Shades of Dark Violet #A00DB3
Tints of Dark Violet #A00DB3
RGB
CMYK
RGB Variations
Color information
#A00DB3 (or 0xA00DB3) is known color: Dark Violet. HEX triplet: A0, 0D and B3. RGB value is (160,13,179). Sum of RGB (Red+Green+Blue) = 160+13+179=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #A00DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DB3 is #5FF24C. Grayscale: #4B4B4B. Windows color (decimal): -6287949 or 11734432. OLE color: 11734432.
HSL color Cylindrical-coordinate representation of color #A00DB3: hue angle of 293.13º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DB3 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 13 | 179 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.30 |
| HSL | 293.13º | 0.86% | 0.38% | - |
| HSV(B) | 293.13º | 0.93% | 0.7% | - |
| XYZ | 22.78 | 11.02 | 43.57 | - |
| YUV | 75.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 179 | 0.11 | 0.93 | 0 | 0.30 | 293.13 | 0.86 | 0.38 |
| Hex | A0 | D | B3 | B | 5D | 0 | 1E | 125 | 56 | 26 |
| Octal | 240 | 15 | 263 | 13 | 135 | 0 | 36 | 445 | 126 | 46 |
| Binary | 10100000 | 1101 | 10110011 | 1011 | 1011101 | 0 | 11110 | 100100101 | 1010110 | 100110 |
Color Harmonies of #A00DB3
Complementary color
Monochromatic Colors of #A00DB3
Black with #A00DB3
Text Example
Text Example
White with #A00DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DB3; }
p { color: rgb(160,13,179); }
H1.HeaderClassName
{
color: #A00DB3;
}
.AnyTagClassName
{
color: #A00DB3;
}
</style>
background-color css
<style>
a { background-color: #A00DB3; }
a { background-color: rgb(160,13,179); }
div.DivClassName
{
background-color: #A00DB3;
}
.BgClassName
{
background-color: #A00DB3;
}
</style>
border-color css
<style>
span { border-color: #A00DB3; }
span { border-color: rgb(160,13,179); }
td.TdClassName
{
border-color: #A00DB3;
}
.TagClassName
{
border-color: #A00DB3;
}
</style>