Shades of Dark Violet #A20DB9
Tints of Dark Violet #A20DB9
RGB
CMYK
RGB Variations
Color information
#A20DB9 (or 0xA20DB9) is known color: Dark Violet. HEX triplet: A2, 0D and B9. RGB value is (162,13,185). Sum of RGB (Red+Green+Blue) = 162+13+185=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #A20DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DB9 is #5DF246. Grayscale: #4C4C4C. Windows color (decimal): -6156871 or 12127650. OLE color: 12127650.
HSL color Cylindrical-coordinate representation of color #A20DB9: hue angle of 291.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20DB9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 13 | 185 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.27 |
| HSL | 291.98º | 0.87% | 0.39% | - |
| HSV(B) | 291.98º | 0.93% | 0.73% | - |
| XYZ | 23.8 | 11.47 | 46.86 | - |
| YUV | 77.16 | 188.86 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 185 | 0.12 | 0.93 | 0 | 0.27 | 291.98 | 0.87 | 0.39 |
| Hex | A2 | D | B9 | C | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 242 | 15 | 271 | 14 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100010 | 1101 | 10111001 | 1100 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A20DB9
Complementary color
Monochromatic Colors of #A20DB9
Black with #A20DB9
Text Example
Text Example
White with #A20DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DB9; }
p { color: rgb(162,13,185); }
H1.HeaderClassName
{
color: #A20DB9;
}
.AnyTagClassName
{
color: #A20DB9;
}
</style>
background-color css
<style>
a { background-color: #A20DB9; }
a { background-color: rgb(162,13,185); }
div.DivClassName
{
background-color: #A20DB9;
}
.BgClassName
{
background-color: #A20DB9;
}
</style>
border-color css
<style>
span { border-color: #A20DB9; }
span { border-color: rgb(162,13,185); }
td.TdClassName
{
border-color: #A20DB9;
}
.TagClassName
{
border-color: #A20DB9;
}
</style>