Shades of Dark Violet #A00DBA
Tints of Dark Violet #A00DBA
RGB
CMYK
RGB Variations
Color information
#A00DBA (or 0xA00DBA) is known color: Dark Violet. HEX triplet: A0, 0D and BA. RGB value is (160,13,186). Sum of RGB (Red+Green+Blue) = 160+13+186=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DBA is #5FF245. Grayscale: #4C4C4C. Windows color (decimal): -6287942 or 12193184. OLE color: 12193184.
HSL color Cylindrical-coordinate representation of color #A00DBA: hue angle of 290.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 #A00DBA is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 13 | 186 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.27 |
| HSL | 290.98º | 0.87% | 0.39% | - |
| HSV(B) | 290.98º | 0.93% | 0.73% | - |
| XYZ | 23.5 | 11.31 | 47.4 | - |
| YUV | 76.68 | 189.7 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 186 | 0.14 | 0.93 | 0 | 0.27 | 290.98 | 0.87 | 0.39 |
| Hex | A0 | D | BA | E | 5D | 0 | 1B | 123 | 57 | 27 |
| Octal | 240 | 15 | 272 | 16 | 135 | 0 | 33 | 443 | 127 | 47 |
| Binary | 10100000 | 1101 | 10111010 | 1110 | 1011101 | 0 | 11011 | 100100011 | 1010111 | 100111 |
Color Harmonies of #A00DBA
Complementary color
Monochromatic Colors of #A00DBA
Black with #A00DBA
Text Example
Text Example
White with #A00DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DBA; }
p { color: rgb(160,13,186); }
H1.HeaderClassName
{
color: #A00DBA;
}
.AnyTagClassName
{
color: #A00DBA;
}
</style>
background-color css
<style>
a { background-color: #A00DBA; }
a { background-color: rgb(160,13,186); }
div.DivClassName
{
background-color: #A00DBA;
}
.BgClassName
{
background-color: #A00DBA;
}
</style>
border-color css
<style>
span { border-color: #A00DBA; }
span { border-color: rgb(160,13,186); }
td.TdClassName
{
border-color: #A00DBA;
}
.TagClassName
{
border-color: #A00DBA;
}
</style>