myColors
This package can analyze and generate related colors. It can take a string that identifies a color and detect its format depending on the color syntax that it used. Currently it supports detecting colors represented in the HSL, HSV, RGB models or by name in English, or using the hexadecimal notation. The main class can return an array with the details of the detected color, like the values of the RGB components. It can also convert colors between the different representation formats.