Shades of Dark Violet #A20EDE
Tints of Dark Violet #A20EDE
RGB
CMYK
RGB Variations
Color information
#A20EDE (or 0xA20EDE) is known color: Dark Violet. HEX triplet: A2, 0E and DE. RGB value is (162,14,222). Sum of RGB (Red+Green+Blue) = 162+14+222=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #A20EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20EDE is #5DF121. Grayscale: #515151. Windows color (decimal): -6156578 or 14552738. OLE color: 14552738.
HSL color Cylindrical-coordinate representation of color #A20EDE: hue angle of 282.69º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EDE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 14 | 222 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.13 |
| HSL | 282.69º | 0.88% | 0.46% | - |
| HSV(B) | 282.69º | 0.94% | 0.87% | - |
| XYZ | 28.24 | 13.27 | 70.18 | - |
| YUV | 81.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 222 | 0.27 | 0.94 | 0 | 0.13 | 282.69 | 0.88 | 0.46 |
| Hex | A2 | E | DE | 1B | 5E | 0 | D | 11B | 58 | 2E |
| Octal | 242 | 16 | 336 | 33 | 136 | 0 | 15 | 433 | 130 | 56 |
| Binary | 10100010 | 1110 | 11011110 | 11011 | 1011110 | 0 | 1101 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A20EDE
Complementary color
Monochromatic Colors of #A20EDE
Black with #A20EDE
Text Example
Text Example
White with #A20EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EDE; }
p { color: rgb(162,14,222); }
H1.HeaderClassName
{
color: #A20EDE;
}
.AnyTagClassName
{
color: #A20EDE;
}
</style>
background-color css
<style>
a { background-color: #A20EDE; }
a { background-color: rgb(162,14,222); }
div.DivClassName
{
background-color: #A20EDE;
}
.BgClassName
{
background-color: #A20EDE;
}
</style>
border-color css
<style>
span { border-color: #A20EDE; }
span { border-color: rgb(162,14,222); }
td.TdClassName
{
border-color: #A20EDE;
}
.TagClassName
{
border-color: #A20EDE;
}
</style>