Shades of Cold Purple #A08EC9
Tints of Cold Purple #A08EC9
RGB
CMYK
RGB Variations
Color information
#A08EC9 (or 0xA08EC9) is known color: Cold Purple. HEX triplet: A0, 8E and C9. RGB value is (160,142,201). Sum of RGB (Red+Green+Blue) = 160+142+201=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A08EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EC9 is #5F7136. Grayscale: #999999. Windows color (decimal): -6254903 or 13209248. OLE color: 13209248.
HSL color Cylindrical-coordinate representation of color #A08EC9: hue angle of 258.31º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A08EC9 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 142 | 201 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.21 |
| HSL | 258.31º | 0.35% | 0.67% | - |
| HSV(B) | 258.31º | 0.29% | 0.79% | - |
| XYZ | 34.71 | 31.04 | 59.42 | - |
| YUV | 154.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 201 | 0.20 | 0.29 | 0 | 0.21 | 258.31 | 0.35 | 0.67 |
| Hex | A0 | 8E | C9 | 14 | 1D | 0 | 15 | 102 | 23 | 43 |
| Octal | 240 | 216 | 311 | 24 | 35 | 0 | 25 | 402 | 43 | 103 |
| Binary | 10100000 | 10001110 | 11001001 | 10100 | 11101 | 0 | 10101 | 100000010 | 100011 | 1000011 |
Color Harmonies of #A08EC9
Complementary color
Monochromatic Colors of #A08EC9
Black with #A08EC9
Text Example
Text Example
White with #A08EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EC9; }
p { color: rgb(160,142,201); }
H1.HeaderClassName
{
color: #A08EC9;
}
.AnyTagClassName
{
color: #A08EC9;
}
</style>
background-color css
<style>
a { background-color: #A08EC9; }
a { background-color: rgb(160,142,201); }
div.DivClassName
{
background-color: #A08EC9;
}
.BgClassName
{
background-color: #A08EC9;
}
</style>
border-color css
<style>
span { border-color: #A08EC9; }
span { border-color: rgb(160,142,201); }
td.TdClassName
{
border-color: #A08EC9;
}
.TagClassName
{
border-color: #A08EC9;
}
</style>