Shades of Cold Purple #A08CCC
Tints of Cold Purple #A08CCC
RGB
CMYK
RGB Variations
Color information
#A08CCC (or 0xA08CCC) is known color: Cold Purple. HEX triplet: A0, 8C and CC. RGB value is (160,140,204). Sum of RGB (Red+Green+Blue) = 160+140+204=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A08CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCC is #5F7333. Grayscale: #999999. Windows color (decimal): -6255412 or 13405344. OLE color: 13405344.
HSL color Cylindrical-coordinate representation of color #A08CCC: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08CCC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 140 | 204 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.2 |
| HSL | 258.75º | 0.39% | 0.67% | - |
| HSV(B) | 258.75º | 0.31% | 0.8% | - |
| XYZ | 34.77 | 30.59 | 61.2 | - |
| YUV | 153.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 204 | 0.22 | 0.31 | 0 | 0.2 | 258.75 | 0.39 | 0.67 |
| Hex | A0 | 8C | CC | 16 | 1F | 0 | 14 | 103 | 27 | 43 |
| Octal | 240 | 214 | 314 | 26 | 37 | 0 | 24 | 403 | 47 | 103 |
| Binary | 10100000 | 10001100 | 11001100 | 10110 | 11111 | 0 | 10100 | 100000011 | 100111 | 1000011 |
Color Harmonies of #A08CCC
Complementary color
Monochromatic Colors of #A08CCC
Black with #A08CCC
Text Example
Text Example
White with #A08CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CCC; }
p { color: rgb(160,140,204); }
H1.HeaderClassName
{
color: #A08CCC;
}
.AnyTagClassName
{
color: #A08CCC;
}
</style>
background-color css
<style>
a { background-color: #A08CCC; }
a { background-color: rgb(160,140,204); }
div.DivClassName
{
background-color: #A08CCC;
}
.BgClassName
{
background-color: #A08CCC;
}
</style>
border-color css
<style>
span { border-color: #A08CCC; }
span { border-color: rgb(160,140,204); }
td.TdClassName
{
border-color: #A08CCC;
}
.TagClassName
{
border-color: #A08CCC;
}
</style>