Shades of Dark Violet #A20ED9
Tints of Dark Violet #A20ED9
RGB
CMYK
RGB Variations
Color information
#A20ED9 (or 0xA20ED9) is known color: Dark Violet. HEX triplet: A2, 0E and D9. RGB value is (162,14,217). Sum of RGB (Red+Green+Blue) = 162+14+217=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 217 (85.16% from 255 or 55.22% from 393); Max value from RGB is 217 - color contains mainly: blue. Hex color #A20ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ED9 is #5DF126. Grayscale: #505050. Windows color (decimal): -6156583 or 14225058. OLE color: 14225058.
HSL color Cylindrical-coordinate representation of color #A20ED9: hue angle of 283.74º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20ED9 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 14 | 217 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 283.74º | 0.88% | 0.45% | - |
| HSV(B) | 283.74º | 0.94% | 0.85% | - |
| XYZ | 27.58 | 13.01 | 66.7 | - |
| YUV | 81.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 217 | 0.25 | 0.94 | 0 | 0.15 | 283.74 | 0.88 | 0.45 |
| Hex | A2 | E | D9 | 19 | 5E | 0 | F | 11C | 58 | 2D |
| Octal | 242 | 16 | 331 | 31 | 136 | 0 | 17 | 434 | 130 | 55 |
| Binary | 10100010 | 1110 | 11011001 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011000 | 101101 |
Color Harmonies of #A20ED9
Complementary color
Monochromatic Colors of #A20ED9
Black with #A20ED9
Text Example
Text Example
White with #A20ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ED9; }
p { color: rgb(162,14,217); }
H1.HeaderClassName
{
color: #A20ED9;
}
.AnyTagClassName
{
color: #A20ED9;
}
</style>
background-color css
<style>
a { background-color: #A20ED9; }
a { background-color: rgb(162,14,217); }
div.DivClassName
{
background-color: #A20ED9;
}
.BgClassName
{
background-color: #A20ED9;
}
</style>
border-color css
<style>
span { border-color: #A20ED9; }
span { border-color: rgb(162,14,217); }
td.TdClassName
{
border-color: #A20ED9;
}
.TagClassName
{
border-color: #A20ED9;
}
</style>