Shades of Dark Violet #A20ED1
Tints of Dark Violet #A20ED1
RGB
CMYK
RGB Variations
Color information
#A20ED1 (or 0xA20ED1) is known color: Dark Violet. HEX triplet: A2, 0E and D1. RGB value is (162,14,209). Sum of RGB (Red+Green+Blue) = 162+14+209=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #A20ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ED1 is #5DF12E. Grayscale: #4F4F4F. Windows color (decimal): -6156591 or 13700770. OLE color: 13700770.
HSL color Cylindrical-coordinate representation of color #A20ED1: hue angle of 285.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20ED1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 14 | 209 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.18 |
| HSL | 285.54º | 0.87% | 0.44% | - |
| HSV(B) | 285.54º | 0.93% | 0.82% | - |
| XYZ | 26.57 | 12.6 | 61.35 | - |
| YUV | 80.48 | 200.53 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 209 | 0.22 | 0.93 | 0 | 0.18 | 285.54 | 0.87 | 0.44 |
| Hex | A2 | E | D1 | 16 | 5D | 0 | 12 | 11E | 57 | 2C |
| Octal | 242 | 16 | 321 | 26 | 135 | 0 | 22 | 436 | 127 | 54 |
| Binary | 10100010 | 1110 | 11010001 | 10110 | 1011101 | 0 | 10010 | 100011110 | 1010111 | 101100 |
Color Harmonies of #A20ED1
Complementary color
Monochromatic Colors of #A20ED1
Black with #A20ED1
Text Example
Text Example
White with #A20ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ED1; }
p { color: rgb(162,14,209); }
H1.HeaderClassName
{
color: #A20ED1;
}
.AnyTagClassName
{
color: #A20ED1;
}
</style>
background-color css
<style>
a { background-color: #A20ED1; }
a { background-color: rgb(162,14,209); }
div.DivClassName
{
background-color: #A20ED1;
}
.BgClassName
{
background-color: #A20ED1;
}
</style>
border-color css
<style>
span { border-color: #A20ED1; }
span { border-color: rgb(162,14,209); }
td.TdClassName
{
border-color: #A20ED1;
}
.TagClassName
{
border-color: #A20ED1;
}
</style>