Shades of Dark Violet #A20EEE
Tints of Dark Violet #A20EEE
RGB
CMYK
RGB Variations
Color information
#A20EEE (or 0xA20EEE) is known color: Dark Violet. HEX triplet: A2, 0E and EE. RGB value is (162,14,238). Sum of RGB (Red+Green+Blue) = 162+14+238=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #A20EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EEE is #5DF111. Grayscale: #535353. Windows color (decimal): -6156562 or 15601314. OLE color: 15601314.
HSL color Cylindrical-coordinate representation of color #A20EEE: hue angle of 279.64º 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 #A20EEE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 14 | 238 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.64º | 0.89% | 0.49% | - |
| HSV(B) | 279.64º | 0.94% | 0.93% | - |
| XYZ | 30.49 | 14.17 | 82.02 | - |
| YUV | 83.79 | 215.03 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 238 | 0.32 | 0.94 | 0 | 0.07 | 279.64 | 0.89 | 0.49 |
| Hex | A2 | E | EE | 20 | 5E | 0 | 7 | 118 | 59 | 31 |
| Octal | 242 | 16 | 356 | 40 | 136 | 0 | 7 | 430 | 131 | 61 |
| Binary | 10100010 | 1110 | 11101110 | 100000 | 1011110 | 0 | 111 | 100011000 | 1011001 | 110001 |
Color Harmonies of #A20EEE
Complementary color
Monochromatic Colors of #A20EEE
Black with #A20EEE
Text Example
Text Example
White with #A20EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EEE; }
p { color: rgb(162,14,238); }
H1.HeaderClassName
{
color: #A20EEE;
}
.AnyTagClassName
{
color: #A20EEE;
}
</style>
background-color css
<style>
a { background-color: #A20EEE; }
a { background-color: rgb(162,14,238); }
div.DivClassName
{
background-color: #A20EEE;
}
.BgClassName
{
background-color: #A20EEE;
}
</style>
border-color css
<style>
span { border-color: #A20EEE; }
span { border-color: rgb(162,14,238); }
td.TdClassName
{
border-color: #A20EEE;
}
.TagClassName
{
border-color: #A20EEE;
}
</style>