Shades of Dark Violet #A20EED
Tints of Dark Violet #A20EED
RGB
CMYK
RGB Variations
Color information
#A20EED (or 0xA20EED) is known color: Dark Violet. HEX triplet: A2, 0E and ED. RGB value is (162,14,237). Sum of RGB (Red+Green+Blue) = 162+14+237=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #A20EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EED is #5DF112. Grayscale: #525252. Windows color (decimal): -6156563 or 15535778. OLE color: 15535778.
HSL color Cylindrical-coordinate representation of color #A20EED: hue angle of 279.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EED is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 14 | 237 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.82º | 0.89% | 0.49% | - |
| HSV(B) | 279.82º | 0.94% | 0.93% | - |
| XYZ | 30.34 | 14.11 | 81.24 | - |
| YUV | 83.67 | 214.53 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 237 | 0.32 | 0.94 | 0 | 0.07 | 279.82 | 0.89 | 0.49 |
| Hex | A2 | E | ED | 20 | 5E | 0 | 7 | 118 | 59 | 31 |
| Octal | 242 | 16 | 355 | 40 | 136 | 0 | 7 | 430 | 131 | 61 |
| Binary | 10100010 | 1110 | 11101101 | 100000 | 1011110 | 0 | 111 | 100011000 | 1011001 | 110001 |
Color Harmonies of #A20EED
Complementary color
Monochromatic Colors of #A20EED
Black with #A20EED
Text Example
Text Example
White with #A20EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EED; }
p { color: rgb(162,14,237); }
H1.HeaderClassName
{
color: #A20EED;
}
.AnyTagClassName
{
color: #A20EED;
}
</style>
background-color css
<style>
a { background-color: #A20EED; }
a { background-color: rgb(162,14,237); }
div.DivClassName
{
background-color: #A20EED;
}
.BgClassName
{
background-color: #A20EED;
}
</style>
border-color css
<style>
span { border-color: #A20EED; }
span { border-color: rgb(162,14,237); }
td.TdClassName
{
border-color: #A20EED;
}
.TagClassName
{
border-color: #A20EED;
}
</style>