Shades of Dark Violet #A20DD9
Tints of Dark Violet #A20DD9
RGB
CMYK
RGB Variations
Color information
#A20DD9 (or 0xA20DD9) is known color: Dark Violet. HEX triplet: A2, 0D and D9. RGB value is (162,13,217). Sum of RGB (Red+Green+Blue) = 162+13+217=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #A20DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DD9 is #5DF226. Grayscale: #505050. Windows color (decimal): -6156839 or 14224802. OLE color: 14224802.
HSL color Cylindrical-coordinate representation of color #A20DD9: hue angle of 283.82º degrees, saturation: 0.89, 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 #A20DD9 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 13 | 217 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.15 |
| HSL | 283.82º | 0.89% | 0.45% | - |
| HSV(B) | 283.82º | 0.94% | 0.85% | - |
| XYZ | 27.57 | 12.98 | 66.7 | - |
| YUV | 80.81 | 204.86 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 217 | 0.25 | 0.94 | 0 | 0.15 | 283.82 | 0.89 | 0.45 |
| Hex | A2 | D | D9 | 19 | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 242 | 15 | 331 | 31 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100010 | 1101 | 11011001 | 11001 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A20DD9
Complementary color
Monochromatic Colors of #A20DD9
Black with #A20DD9
Text Example
Text Example
White with #A20DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DD9; }
p { color: rgb(162,13,217); }
H1.HeaderClassName
{
color: #A20DD9;
}
.AnyTagClassName
{
color: #A20DD9;
}
</style>
background-color css
<style>
a { background-color: #A20DD9; }
a { background-color: rgb(162,13,217); }
div.DivClassName
{
background-color: #A20DD9;
}
.BgClassName
{
background-color: #A20DD9;
}
</style>
border-color css
<style>
span { border-color: #A20DD9; }
span { border-color: rgb(162,13,217); }
td.TdClassName
{
border-color: #A20DD9;
}
.TagClassName
{
border-color: #A20DD9;
}
</style>