Shades of Dark Violet #A20EE9
Tints of Dark Violet #A20EE9
RGB
CMYK
RGB Variations
Color information
#A20EE9 (or 0xA20EE9) is known color: Dark Violet. HEX triplet: A2, 0E and E9. RGB value is (162,14,233). Sum of RGB (Red+Green+Blue) = 162+14+233=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #A20EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EE9 is #5DF116. Grayscale: #525252. Windows color (decimal): -6156567 or 15273634. OLE color: 15273634.
HSL color Cylindrical-coordinate representation of color #A20EE9: hue angle of 280.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EE9 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 14 | 233 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.09 |
| HSL | 280.55º | 0.89% | 0.48% | - |
| HSV(B) | 280.55º | 0.94% | 0.91% | - |
| XYZ | 29.77 | 13.88 | 78.2 | - |
| YUV | 83.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 233 | 0.30 | 0.94 | 0 | 0.09 | 280.55 | 0.89 | 0.48 |
| Hex | A2 | E | E9 | 1E | 5E | 0 | 9 | 119 | 59 | 30 |
| Octal | 242 | 16 | 351 | 36 | 136 | 0 | 11 | 431 | 131 | 60 |
| Binary | 10100010 | 1110 | 11101001 | 11110 | 1011110 | 0 | 1001 | 100011001 | 1011001 | 110000 |
Color Harmonies of #A20EE9
Complementary color
Monochromatic Colors of #A20EE9
Black with #A20EE9
Text Example
Text Example
White with #A20EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EE9; }
p { color: rgb(162,14,233); }
H1.HeaderClassName
{
color: #A20EE9;
}
.AnyTagClassName
{
color: #A20EE9;
}
</style>
background-color css
<style>
a { background-color: #A20EE9; }
a { background-color: rgb(162,14,233); }
div.DivClassName
{
background-color: #A20EE9;
}
.BgClassName
{
background-color: #A20EE9;
}
</style>
border-color css
<style>
span { border-color: #A20EE9; }
span { border-color: rgb(162,14,233); }
td.TdClassName
{
border-color: #A20EE9;
}
.TagClassName
{
border-color: #A20EE9;
}
</style>