Shades of Cold Purple #A08DC9
Tints of Cold Purple #A08DC9
RGB
CMYK
RGB Variations
Color information
#A08DC9 (or 0xA08DC9) is known color: Cold Purple. HEX triplet: A0, 8D and C9. RGB value is (160,141,201). Sum of RGB (Red+Green+Blue) = 160+141+201=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A08DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DC9 is #5F7236. Grayscale: #999999. Windows color (decimal): -6255159 or 13208992. OLE color: 13208992.
HSL color Cylindrical-coordinate representation of color #A08DC9: hue angle of 259º 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 #A08DC9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 141 | 201 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.21 |
| HSL | 259º | 0.36% | 0.67% | - |
| HSV(B) | 259º | 0.3% | 0.79% | - |
| XYZ | 34.56 | 30.74 | 59.37 | - |
| YUV | 153.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 201 | 0.20 | 0.30 | 0 | 0.21 | 259 | 0.36 | 0.67 |
| Hex | A0 | 8D | C9 | 14 | 1E | 0 | 15 | 103 | 24 | 43 |
| Octal | 240 | 215 | 311 | 24 | 36 | 0 | 25 | 403 | 44 | 103 |
| Binary | 10100000 | 10001101 | 11001001 | 10100 | 11110 | 0 | 10101 | 100000011 | 100100 | 1000011 |
Color Harmonies of #A08DC9
Complementary color
Monochromatic Colors of #A08DC9
Black with #A08DC9
Text Example
Text Example
White with #A08DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DC9; }
p { color: rgb(160,141,201); }
H1.HeaderClassName
{
color: #A08DC9;
}
.AnyTagClassName
{
color: #A08DC9;
}
</style>
background-color css
<style>
a { background-color: #A08DC9; }
a { background-color: rgb(160,141,201); }
div.DivClassName
{
background-color: #A08DC9;
}
.BgClassName
{
background-color: #A08DC9;
}
</style>
border-color css
<style>
span { border-color: #A08DC9; }
span { border-color: rgb(160,141,201); }
td.TdClassName
{
border-color: #A08DC9;
}
.TagClassName
{
border-color: #A08DC9;
}
</style>