Shades of Dark Violet #A20EC8
Tints of Dark Violet #A20EC8
RGB
CMYK
RGB Variations
Color information
#A20EC8 (or 0xA20EC8) is known color: Dark Violet. HEX triplet: A2, 0E and C8. RGB value is (162,14,200). Sum of RGB (Red+Green+Blue) = 162+14+200=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #A20EC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EC8 is #5DF137. Grayscale: #4E4E4E. Windows color (decimal): -6156600 or 13110946. OLE color: 13110946.
HSL color Cylindrical-coordinate representation of color #A20EC8: hue angle of 287.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20EC8 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 14 | 200 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.22 |
| HSL | 287.74º | 0.87% | 0.42% | - |
| HSV(B) | 287.74º | 0.93% | 0.78% | - |
| XYZ | 25.48 | 12.17 | 55.65 | - |
| YUV | 79.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 200 | 0.19 | 0.93 | 0 | 0.22 | 287.74 | 0.87 | 0.42 |
| Hex | A2 | E | C8 | 13 | 5D | 0 | 16 | 120 | 57 | 2A |
| Octal | 242 | 16 | 310 | 23 | 135 | 0 | 26 | 440 | 127 | 52 |
| Binary | 10100010 | 1110 | 11001000 | 10011 | 1011101 | 0 | 10110 | 100100000 | 1010111 | 101010 |
Color Harmonies of #A20EC8
Complementary color
Monochromatic Colors of #A20EC8
Black with #A20EC8
Text Example
Text Example
White with #A20EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EC8; }
p { color: rgb(162,14,200); }
H1.HeaderClassName
{
color: #A20EC8;
}
.AnyTagClassName
{
color: #A20EC8;
}
</style>
background-color css
<style>
a { background-color: #A20EC8; }
a { background-color: rgb(162,14,200); }
div.DivClassName
{
background-color: #A20EC8;
}
.BgClassName
{
background-color: #A20EC8;
}
</style>
border-color css
<style>
span { border-color: #A20EC8; }
span { border-color: rgb(162,14,200); }
td.TdClassName
{
border-color: #A20EC8;
}
.TagClassName
{
border-color: #A20EC8;
}
</style>