Shades of Cold Purple #A08ECF
Tints of Cold Purple #A08ECF
RGB
CMYK
RGB Variations
Color information
#A08ECF (or 0xA08ECF) is known color: Cold Purple. HEX triplet: A0, 8E and CF. RGB value is (160,142,207). Sum of RGB (Red+Green+Blue) = 160+142+207=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A08ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECF is #5F7130. Grayscale: #9A9A9A. Windows color (decimal): -6254897 or 13602464. OLE color: 13602464.
HSL color Cylindrical-coordinate representation of color #A08ECF: hue angle of 256.62º 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 #A08ECF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 142 | 207 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.19 |
| HSL | 256.62º | 0.4% | 0.68% | - |
| HSV(B) | 256.62º | 0.31% | 0.81% | - |
| XYZ | 35.43 | 31.32 | 63.21 | - |
| YUV | 154.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 207 | 0.23 | 0.31 | 0 | 0.19 | 256.62 | 0.4 | 0.68 |
| Hex | A0 | 8E | CF | 17 | 1F | 0 | 13 | 101 | 28 | 44 |
| Octal | 240 | 216 | 317 | 27 | 37 | 0 | 23 | 401 | 50 | 104 |
| Binary | 10100000 | 10001110 | 11001111 | 10111 | 11111 | 0 | 10011 | 100000001 | 101000 | 1000100 |
Color Harmonies of #A08ECF
Complementary color
Monochromatic Colors of #A08ECF
Black with #A08ECF
Text Example
Text Example
White with #A08ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08ECF; }
p { color: rgb(160,142,207); }
H1.HeaderClassName
{
color: #A08ECF;
}
.AnyTagClassName
{
color: #A08ECF;
}
</style>
background-color css
<style>
a { background-color: #A08ECF; }
a { background-color: rgb(160,142,207); }
div.DivClassName
{
background-color: #A08ECF;
}
.BgClassName
{
background-color: #A08ECF;
}
</style>
border-color css
<style>
span { border-color: #A08ECF; }
span { border-color: rgb(160,142,207); }
td.TdClassName
{
border-color: #A08ECF;
}
.TagClassName
{
border-color: #A08ECF;
}
</style>