Shades of Dark Violet #A20EEF
Tints of Dark Violet #A20EEF
RGB
CMYK
RGB Variations
Color information
#A20EEF (or 0xA20EEF) is known color: Dark Violet. HEX triplet: A2, 0E and EF. RGB value is (162,14,239). Sum of RGB (Red+Green+Blue) = 162+14+239=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #A20EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EEF is #5DF110. Grayscale: #535353. Windows color (decimal): -6156561 or 15666850. OLE color: 15666850.
HSL color Cylindrical-coordinate representation of color #A20EEF: hue angle of 279.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EEF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 14 | 239 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.06 |
| HSL | 279.47º | 0.89% | 0.5% | - |
| HSV(B) | 279.47º | 0.94% | 0.94% | - |
| XYZ | 30.64 | 14.23 | 82.79 | - |
| YUV | 83.9 | 215.53 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 239 | 0.32 | 0.94 | 0 | 0.06 | 279.47 | 0.89 | 0.5 |
| Hex | A2 | E | EF | 20 | 5E | 0 | 6 | 117 | 59 | 32 |
| Octal | 242 | 16 | 357 | 40 | 136 | 0 | 6 | 427 | 131 | 62 |
| Binary | 10100010 | 1110 | 11101111 | 100000 | 1011110 | 0 | 110 | 100010111 | 1011001 | 110010 |
Color Harmonies of #A20EEF
Complementary color
Monochromatic Colors of #A20EEF
Black with #A20EEF
Text Example
Text Example
White with #A20EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EEF; }
p { color: rgb(162,14,239); }
H1.HeaderClassName
{
color: #A20EEF;
}
.AnyTagClassName
{
color: #A20EEF;
}
</style>
background-color css
<style>
a { background-color: #A20EEF; }
a { background-color: rgb(162,14,239); }
div.DivClassName
{
background-color: #A20EEF;
}
.BgClassName
{
background-color: #A20EEF;
}
</style>
border-color css
<style>
span { border-color: #A20EEF; }
span { border-color: rgb(162,14,239); }
td.TdClassName
{
border-color: #A20EEF;
}
.TagClassName
{
border-color: #A20EEF;
}
</style>