Shades of Cold Purple #A28DC9
Tints of Cold Purple #A28DC9
RGB
CMYK
RGB Variations
Color information
#A28DC9 (or 0xA28DC9) is known color: Cold Purple. HEX triplet: A2, 8D and C9. RGB value is (162,141,201). Sum of RGB (Red+Green+Blue) = 162+141+201=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC9 is #5D7236. Grayscale: #999999. Windows color (decimal): -6124087 or 13208994. OLE color: 13208994.
HSL color Cylindrical-coordinate representation of color #A28DC9: hue angle of 261º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A28DC9 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 141 | 201 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.21 |
| HSL | 261º | 0.36% | 0.67% | - |
| HSV(B) | 261º | 0.3% | 0.79% | - |
| XYZ | 34.97 | 30.95 | 59.39 | - |
| YUV | 154.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 201 | 0.19 | 0.30 | 0 | 0.21 | 261 | 0.36 | 0.67 |
| Hex | A2 | 8D | C9 | 13 | 1E | 0 | 15 | 105 | 24 | 43 |
| Octal | 242 | 215 | 311 | 23 | 36 | 0 | 25 | 405 | 44 | 103 |
| Binary | 10100010 | 10001101 | 11001001 | 10011 | 11110 | 0 | 10101 | 100000101 | 100100 | 1000011 |
Color Harmonies of #A28DC9
Complementary color
Monochromatic Colors of #A28DC9
Black with #A28DC9
Text Example
Text Example
White with #A28DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DC9; }
p { color: rgb(162,141,201); }
H1.HeaderClassName
{
color: #A28DC9;
}
.AnyTagClassName
{
color: #A28DC9;
}
</style>
background-color css
<style>
a { background-color: #A28DC9; }
a { background-color: rgb(162,141,201); }
div.DivClassName
{
background-color: #A28DC9;
}
.BgClassName
{
background-color: #A28DC9;
}
</style>
border-color css
<style>
span { border-color: #A28DC9; }
span { border-color: rgb(162,141,201); }
td.TdClassName
{
border-color: #A28DC9;
}
.TagClassName
{
border-color: #A28DC9;
}
</style>