Shades of Dark Violet #A20DD1
Tints of Dark Violet #A20DD1
RGB
CMYK
RGB Variations
Color information
#A20DD1 (or 0xA20DD1) is known color: Dark Violet. HEX triplet: A2, 0D and D1. RGB value is (162,13,209). Sum of RGB (Red+Green+Blue) = 162+13+209=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #A20DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DD1 is #5DF22E. Grayscale: #4F4F4F. Windows color (decimal): -6156847 or 13700514. OLE color: 13700514.
HSL color Cylindrical-coordinate representation of color #A20DD1: hue angle of 285.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DD1 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 13 | 209 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.18 |
| HSL | 285.61º | 0.88% | 0.44% | - |
| HSV(B) | 285.61º | 0.94% | 0.82% | - |
| XYZ | 26.55 | 12.57 | 61.35 | - |
| YUV | 79.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 209 | 0.22 | 0.94 | 0 | 0.18 | 285.61 | 0.88 | 0.44 |
| Hex | A2 | D | D1 | 16 | 5E | 0 | 12 | 11E | 58 | 2C |
| Octal | 242 | 15 | 321 | 26 | 136 | 0 | 22 | 436 | 130 | 54 |
| Binary | 10100010 | 1101 | 11010001 | 10110 | 1011110 | 0 | 10010 | 100011110 | 1011000 | 101100 |
Color Harmonies of #A20DD1
Complementary color
Monochromatic Colors of #A20DD1
Black with #A20DD1
Text Example
Text Example
White with #A20DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DD1; }
p { color: rgb(162,13,209); }
H1.HeaderClassName
{
color: #A20DD1;
}
.AnyTagClassName
{
color: #A20DD1;
}
</style>
background-color css
<style>
a { background-color: #A20DD1; }
a { background-color: rgb(162,13,209); }
div.DivClassName
{
background-color: #A20DD1;
}
.BgClassName
{
background-color: #A20DD1;
}
</style>
border-color css
<style>
span { border-color: #A20DD1; }
span { border-color: rgb(162,13,209); }
td.TdClassName
{
border-color: #A20DD1;
}
.TagClassName
{
border-color: #A20DD1;
}
</style>