Shades of Cold Purple #A08CC9
Tints of Cold Purple #A08CC9
RGB
CMYK
RGB Variations
Color information
#A08CC9 (or 0xA08CC9) is known color: Cold Purple. HEX triplet: A0, 8C and C9. RGB value is (160,140,201). Sum of RGB (Red+Green+Blue) = 160+140+201=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A08CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CC9 is #5F7336. Grayscale: #989898. Windows color (decimal): -6255415 or 13208736. OLE color: 13208736.
HSL color Cylindrical-coordinate representation of color #A08CC9: hue angle of 259.67º 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 #A08CC9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 140 | 201 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.21 |
| HSL | 259.67º | 0.36% | 0.67% | - |
| HSV(B) | 259.67º | 0.3% | 0.79% | - |
| XYZ | 34.42 | 30.45 | 59.32 | - |
| YUV | 152.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 201 | 0.20 | 0.30 | 0 | 0.21 | 259.67 | 0.36 | 0.67 |
| Hex | A0 | 8C | C9 | 14 | 1E | 0 | 15 | 104 | 24 | 43 |
| Octal | 240 | 214 | 311 | 24 | 36 | 0 | 25 | 404 | 44 | 103 |
| Binary | 10100000 | 10001100 | 11001001 | 10100 | 11110 | 0 | 10101 | 100000100 | 100100 | 1000011 |
Color Harmonies of #A08CC9
Complementary color
Monochromatic Colors of #A08CC9
Black with #A08CC9
Text Example
Text Example
White with #A08CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CC9; }
p { color: rgb(160,140,201); }
H1.HeaderClassName
{
color: #A08CC9;
}
.AnyTagClassName
{
color: #A08CC9;
}
</style>
background-color css
<style>
a { background-color: #A08CC9; }
a { background-color: rgb(160,140,201); }
div.DivClassName
{
background-color: #A08CC9;
}
.BgClassName
{
background-color: #A08CC9;
}
</style>
border-color css
<style>
span { border-color: #A08CC9; }
span { border-color: rgb(160,140,201); }
td.TdClassName
{
border-color: #A08CC9;
}
.TagClassName
{
border-color: #A08CC9;
}
</style>