Shades of Cold Purple #A08ECB
Tints of Cold Purple #A08ECB
RGB
CMYK
RGB Variations
Color information
#A08ECB (or 0xA08ECB) is known color: Cold Purple. HEX triplet: A0, 8E and CB. RGB value is (160,142,203). Sum of RGB (Red+Green+Blue) = 160+142+203=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A08ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECB is #5F7134. Grayscale: #9A9A9A. Windows color (decimal): -6254901 or 13340320. OLE color: 13340320.
HSL color Cylindrical-coordinate representation of color #A08ECB: hue angle of 257.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08ECB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 142 | 203 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.20 |
| HSL | 257.7º | 0.37% | 0.68% | - |
| HSV(B) | 257.7º | 0.3% | 0.8% | - |
| XYZ | 34.95 | 31.13 | 60.67 | - |
| YUV | 154.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 203 | 0.21 | 0.30 | 0 | 0.20 | 257.7 | 0.37 | 0.68 |
| Hex | A0 | 8E | CB | 15 | 1E | 0 | 14 | 102 | 25 | 44 |
| Octal | 240 | 216 | 313 | 25 | 36 | 0 | 24 | 402 | 45 | 104 |
| Binary | 10100000 | 10001110 | 11001011 | 10101 | 11110 | 0 | 10100 | 100000010 | 100101 | 1000100 |
Color Harmonies of #A08ECB
Complementary color
Monochromatic Colors of #A08ECB
Black with #A08ECB
Text Example
Text Example
White with #A08ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ECB; }
p { color: rgb(160,142,203); }
H1.HeaderClassName
{
color: #A08ECB;
}
.AnyTagClassName
{
color: #A08ECB;
}
</style>
background-color css
<style>
a { background-color: #A08ECB; }
a { background-color: rgb(160,142,203); }
div.DivClassName
{
background-color: #A08ECB;
}
.BgClassName
{
background-color: #A08ECB;
}
</style>
border-color css
<style>
span { border-color: #A08ECB; }
span { border-color: rgb(160,142,203); }
td.TdClassName
{
border-color: #A08ECB;
}
.TagClassName
{
border-color: #A08ECB;
}
</style>