Shades of Dark Violet #A20ED2
Tints of Dark Violet #A20ED2
RGB
CMYK
RGB Variations
Color information
#A20ED2 (or 0xA20ED2) is known color: Dark Violet. HEX triplet: A2, 0E and D2. RGB value is (162,14,210). Sum of RGB (Red+Green+Blue) = 162+14+210=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #A20ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ED2 is #5DF12D. Grayscale: #4F4F4F. Windows color (decimal): -6156590 or 13766306. OLE color: 13766306.
HSL color Cylindrical-coordinate representation of color #A20ED2: hue angle of 285.31º degrees, saturation: 0.88, 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 #A20ED2 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 14 | 210 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.18 |
| HSL | 285.31º | 0.88% | 0.44% | - |
| HSV(B) | 285.31º | 0.93% | 0.82% | - |
| XYZ | 26.69 | 12.65 | 62.01 | - |
| YUV | 80.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 210 | 0.23 | 0.93 | 0 | 0.18 | 285.31 | 0.88 | 0.44 |
| Hex | A2 | E | D2 | 17 | 5D | 0 | 12 | 11D | 58 | 2C |
| Octal | 242 | 16 | 322 | 27 | 135 | 0 | 22 | 435 | 130 | 54 |
| Binary | 10100010 | 1110 | 11010010 | 10111 | 1011101 | 0 | 10010 | 100011101 | 1011000 | 101100 |
Color Harmonies of #A20ED2
Complementary color
Monochromatic Colors of #A20ED2
Black with #A20ED2
Text Example
Text Example
White with #A20ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ED2; }
p { color: rgb(162,14,210); }
H1.HeaderClassName
{
color: #A20ED2;
}
.AnyTagClassName
{
color: #A20ED2;
}
</style>
background-color css
<style>
a { background-color: #A20ED2; }
a { background-color: rgb(162,14,210); }
div.DivClassName
{
background-color: #A20ED2;
}
.BgClassName
{
background-color: #A20ED2;
}
</style>
border-color css
<style>
span { border-color: #A20ED2; }
span { border-color: rgb(162,14,210); }
td.TdClassName
{
border-color: #A20ED2;
}
.TagClassName
{
border-color: #A20ED2;
}
</style>