Shades of Dark Violet #A20DB8
Tints of Dark Violet #A20DB8
RGB
CMYK
RGB Variations
Color information
#A20DB8 (or 0xA20DB8) is known color: Dark Violet. HEX triplet: A2, 0D and B8. RGB value is (162,13,184). Sum of RGB (Red+Green+Blue) = 162+13+184=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #A20DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DB8 is #5DF247. Grayscale: #4C4C4C. Windows color (decimal): -6156872 or 12062114. OLE color: 12062114.
HSL color Cylindrical-coordinate representation of color #A20DB8: hue angle of 292.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20DB8 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 13 | 184 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.28 |
| HSL | 292.28º | 0.87% | 0.39% | - |
| HSV(B) | 292.28º | 0.93% | 0.72% | - |
| XYZ | 23.7 | 11.43 | 46.3 | - |
| YUV | 77.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 184 | 0.12 | 0.93 | 0 | 0.28 | 292.28 | 0.87 | 0.39 |
| Hex | A2 | D | B8 | C | 5D | 0 | 1C | 124 | 57 | 27 |
| Octal | 242 | 15 | 270 | 14 | 135 | 0 | 34 | 444 | 127 | 47 |
| Binary | 10100010 | 1101 | 10111000 | 1100 | 1011101 | 0 | 11100 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A20DB8
Complementary color
Monochromatic Colors of #A20DB8
Black with #A20DB8
Text Example
Text Example
White with #A20DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DB8; }
p { color: rgb(162,13,184); }
H1.HeaderClassName
{
color: #A20DB8;
}
.AnyTagClassName
{
color: #A20DB8;
}
</style>
background-color css
<style>
a { background-color: #A20DB8; }
a { background-color: rgb(162,13,184); }
div.DivClassName
{
background-color: #A20DB8;
}
.BgClassName
{
background-color: #A20DB8;
}
</style>
border-color css
<style>
span { border-color: #A20DB8; }
span { border-color: rgb(162,13,184); }
td.TdClassName
{
border-color: #A20DB8;
}
.TagClassName
{
border-color: #A20DB8;
}
</style>