Shades of Cold Purple #A08ECE
Tints of Cold Purple #A08ECE
RGB
CMYK
RGB Variations
Color information
#A08ECE (or 0xA08ECE) is known color: Cold Purple. HEX triplet: A0, 8E and CE. RGB value is (160,142,206). Sum of RGB (Red+Green+Blue) = 160+142+206=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A08ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECE is #5F7131. Grayscale: #9A9A9A. Windows color (decimal): -6254898 or 13536928. OLE color: 13536928.
HSL color Cylindrical-coordinate representation of color #A08ECE: hue angle of 256.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A08ECE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 142 | 206 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.19 |
| HSL | 256.88º | 0.4% | 0.68% | - |
| HSV(B) | 256.88º | 0.31% | 0.81% | - |
| XYZ | 35.31 | 31.28 | 62.57 | - |
| YUV | 154.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 206 | 0.22 | 0.31 | 0 | 0.19 | 256.88 | 0.4 | 0.68 |
| Hex | A0 | 8E | CE | 16 | 1F | 0 | 13 | 101 | 28 | 44 |
| Octal | 240 | 216 | 316 | 26 | 37 | 0 | 23 | 401 | 50 | 104 |
| Binary | 10100000 | 10001110 | 11001110 | 10110 | 11111 | 0 | 10011 | 100000001 | 101000 | 1000100 |
Color Harmonies of #A08ECE
Complementary color
Monochromatic Colors of #A08ECE
Black with #A08ECE
Text Example
Text Example
White with #A08ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ECE; }
p { color: rgb(160,142,206); }
H1.HeaderClassName
{
color: #A08ECE;
}
.AnyTagClassName
{
color: #A08ECE;
}
</style>
background-color css
<style>
a { background-color: #A08ECE; }
a { background-color: rgb(160,142,206); }
div.DivClassName
{
background-color: #A08ECE;
}
.BgClassName
{
background-color: #A08ECE;
}
</style>
border-color css
<style>
span { border-color: #A08ECE; }
span { border-color: rgb(160,142,206); }
td.TdClassName
{
border-color: #A08ECE;
}
.TagClassName
{
border-color: #A08ECE;
}
</style>