Converts an array ([255,255,255,1]) to rgba string
Number to hex conversion
Converts hex color and opacity value to rgba string. (Code adapted from : http://stackoverflow.com/a/5624139)
Determine if value is a correct hexa color.
Determine if value is a correct rgba color.
Hexa to number conversion
Converts rgba string to #RRGGBBAA (Code adapted from : https://gist.github.com/mstssk/afda4ce9e5c335fd79cd)
Converts an array ([255,255,255,1]) to #RRGGBBAA