Shades of Dark Violet #A014CE
Tints of Dark Violet #A014CE
RGB
CMYK
RGB Variations
Color information
#A014CE (or 0xA014CE) is known color: Dark Violet. HEX triplet: A0, 14 and CE. RGB value is (160,20,206). Sum of RGB (Red+Green+Blue) = 160+20+206=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #A014CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014CE is #5FEB31. Grayscale: #525252. Windows color (decimal): -6286130 or 13505696. OLE color: 13505696.
HSL color Cylindrical-coordinate representation of color #A014CE: hue angle of 285.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A014CE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 20 | 206 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.19 |
| HSL | 285.16º | 0.82% | 0.44% | - |
| HSV(B) | 285.16º | 0.9% | 0.81% | - |
| XYZ | 25.89 | 12.43 | 59.43 | - |
| YUV | 83.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 206 | 0.22 | 0.90 | 0 | 0.19 | 285.16 | 0.82 | 0.44 |
| Hex | A0 | 14 | CE | 16 | 5A | 0 | 13 | 11D | 52 | 2C |
| Octal | 240 | 24 | 316 | 26 | 132 | 0 | 23 | 435 | 122 | 54 |
| Binary | 10100000 | 10100 | 11001110 | 10110 | 1011010 | 0 | 10011 | 100011101 | 1010010 | 101100 |
Color Harmonies of #A014CE
Complementary color
Monochromatic Colors of #A014CE
Black with #A014CE
Text Example
Text Example
White with #A014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014CE; }
p { color: rgb(160,20,206); }
H1.HeaderClassName
{
color: #A014CE;
}
.AnyTagClassName
{
color: #A014CE;
}
</style>
background-color css
<style>
a { background-color: #A014CE; }
a { background-color: rgb(160,20,206); }
div.DivClassName
{
background-color: #A014CE;
}
.BgClassName
{
background-color: #A014CE;
}
</style>
border-color css
<style>
span { border-color: #A014CE; }
span { border-color: rgb(160,20,206); }
td.TdClassName
{
border-color: #A014CE;
}
.TagClassName
{
border-color: #A014CE;
}
</style>