kolor is a useful color manipulation tool in JavaScript. It provides color string parsing, format converting and basic color adjusting methods. Supported color formats: RGB(A) HSL(A) HSV(A) # Usage Vanilla JS Just include kolor.js in your HTML document: <script src="kolor.js"></script> Core functionalities are provided by the kolor object in global scope. Working with RequireJS (or other AMD compa