Shades of Dark Violet #A20EE1
Tints of Dark Violet #A20EE1
RGB
CMYK
RGB Variations
Color information
#A20EE1 (or 0xA20EE1) is known color: Dark Violet. HEX triplet: A2, 0E and E1. RGB value is (162,14,225). Sum of RGB (Red+Green+Blue) = 162+14+225=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #A20EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EE1 is #5DF11E. Grayscale: #515151. Windows color (decimal): -6156575 or 14749346. OLE color: 14749346.
HSL color Cylindrical-coordinate representation of color #A20EE1: hue angle of 282.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EE1 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 14 | 225 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.12 |
| HSL | 282.09º | 0.88% | 0.47% | - |
| HSV(B) | 282.09º | 0.94% | 0.88% | - |
| XYZ | 28.65 | 13.43 | 72.32 | - |
| YUV | 82.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 225 | 0.28 | 0.94 | 0 | 0.12 | 282.09 | 0.88 | 0.47 |
| Hex | A2 | E | E1 | 1C | 5E | 0 | C | 11A | 58 | 2F |
| Octal | 242 | 16 | 341 | 34 | 136 | 0 | 14 | 432 | 130 | 57 |
| Binary | 10100010 | 1110 | 11100001 | 11100 | 1011110 | 0 | 1100 | 100011010 | 1011000 | 101111 |
Color Harmonies of #A20EE1
Complementary color
Monochromatic Colors of #A20EE1
Black with #A20EE1
Text Example
Text Example
White with #A20EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EE1; }
p { color: rgb(162,14,225); }
H1.HeaderClassName
{
color: #A20EE1;
}
.AnyTagClassName
{
color: #A20EE1;
}
</style>
background-color css
<style>
a { background-color: #A20EE1; }
a { background-color: rgb(162,14,225); }
div.DivClassName
{
background-color: #A20EE1;
}
.BgClassName
{
background-color: #A20EE1;
}
</style>
border-color css
<style>
span { border-color: #A20EE1; }
span { border-color: rgb(162,14,225); }
td.TdClassName
{
border-color: #A20EE1;
}
.TagClassName
{
border-color: #A20EE1;
}
</style>