Shades of Dark Violet #A20DBA
Tints of Dark Violet #A20DBA
RGB
CMYK
RGB Variations
Color information
#A20DBA (or 0xA20DBA) is known color: Dark Violet. HEX triplet: A2, 0D and BA. RGB value is (162,13,186). Sum of RGB (Red+Green+Blue) = 162+13+186=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #A20DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DBA is #5DF245. Grayscale: #4C4C4C. Windows color (decimal): -6156870 or 12193186. OLE color: 12193186.
HSL color Cylindrical-coordinate representation of color #A20DBA: hue angle of 291.68º 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 #A20DBA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 13 | 186 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.27 |
| HSL | 291.68º | 0.87% | 0.39% | - |
| HSV(B) | 291.68º | 0.93% | 0.73% | - |
| XYZ | 23.91 | 11.51 | 47.42 | - |
| YUV | 77.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 186 | 0.13 | 0.93 | 0 | 0.27 | 291.68 | 0.87 | 0.39 |
| Hex | A2 | D | BA | D | 5D | 0 | 1B | 124 | 57 | 27 |
| Octal | 242 | 15 | 272 | 15 | 135 | 0 | 33 | 444 | 127 | 47 |
| Binary | 10100010 | 1101 | 10111010 | 1101 | 1011101 | 0 | 11011 | 100100100 | 1010111 | 100111 |
Color Harmonies of #A20DBA
Complementary color
Monochromatic Colors of #A20DBA
Black with #A20DBA
Text Example
Text Example
White with #A20DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DBA; }
p { color: rgb(162,13,186); }
H1.HeaderClassName
{
color: #A20DBA;
}
.AnyTagClassName
{
color: #A20DBA;
}
</style>
background-color css
<style>
a { background-color: #A20DBA; }
a { background-color: rgb(162,13,186); }
div.DivClassName
{
background-color: #A20DBA;
}
.BgClassName
{
background-color: #A20DBA;
}
</style>
border-color css
<style>
span { border-color: #A20DBA; }
span { border-color: rgb(162,13,186); }
td.TdClassName
{
border-color: #A20DBA;
}
.TagClassName
{
border-color: #A20DBA;
}
</style>