Shades of Dark Violet #A00DB0
Tints of Dark Violet #A00DB0
RGB
CMYK
RGB Variations
Color information
#A00DB0 (or 0xA00DB0) is known color: Dark Violet. HEX triplet: A0, 0D and B0. RGB value is (160,13,176). Sum of RGB (Red+Green+Blue) = 160+13+176=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #A00DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DB0 is #5FF24F. Grayscale: #4B4B4B. Windows color (decimal): -6287952 or 11537824. OLE color: 11537824.
HSL color Cylindrical-coordinate representation of color #A00DB0: hue angle of 294.11º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00DB0 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 13 | 176 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.31 |
| HSL | 294.11º | 0.86% | 0.37% | - |
| HSV(B) | 294.11º | 0.93% | 0.69% | - |
| XYZ | 22.48 | 10.9 | 41.99 | - |
| YUV | 75.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 176 | 0.09 | 0.93 | 0 | 0.31 | 294.11 | 0.86 | 0.37 |
| Hex | A0 | D | B0 | 9 | 5D | 0 | 1F | 126 | 56 | 25 |
| Octal | 240 | 15 | 260 | 11 | 135 | 0 | 37 | 446 | 126 | 45 |
| Binary | 10100000 | 1101 | 10110000 | 1001 | 1011101 | 0 | 11111 | 100100110 | 1010110 | 100101 |
Color Harmonies of #A00DB0
Complementary color
Monochromatic Colors of #A00DB0
Black with #A00DB0
Text Example
Text Example
White with #A00DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DB0; }
p { color: rgb(160,13,176); }
H1.HeaderClassName
{
color: #A00DB0;
}
.AnyTagClassName
{
color: #A00DB0;
}
</style>
background-color css
<style>
a { background-color: #A00DB0; }
a { background-color: rgb(160,13,176); }
div.DivClassName
{
background-color: #A00DB0;
}
.BgClassName
{
background-color: #A00DB0;
}
</style>
border-color css
<style>
span { border-color: #A00DB0; }
span { border-color: rgb(160,13,176); }
td.TdClassName
{
border-color: #A00DB0;
}
.TagClassName
{
border-color: #A00DB0;
}
</style>