A simple color manipulation javascript library.
npm install colors.jsA lightweight and easy to use color manipulation library.
CDN Hosted: //cdnjs.cloudflare.com/ajax/libs/Colors.js/1.2.3/colors.min.js
Colors can do the following:
* Change RGB to a Hexadecimal color.
* Change Hexadecimal to an RGB color.
* Change Hexadecimal to an HSV color.
* Get the complementary value of a Hexadecimal color.
* Get the complementary value of an RGB color.
* Named color to an RGB object, HSV object or Hexadecimal string.
* Get a random color in RGB or Hexadecimal.
* Plus a whole lot more...
For usage instructions, go to http://mbjordan.github.com/Colors/
*
This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License][1].
[1]: http://creativecommons.org/licenses/by-sa/3.0/