Colors is a simple JS library that converts one color model to another. It supports hexadecimal, RGB, HSV and even HTML named color values.
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.