Shades of Dark Violet #A00DB1
Tints of Dark Violet #A00DB1
RGB
CMYK
RGB Variations
Color information
#A00DB1 (or 0xA00DB1) is known color: Dark Violet. HEX triplet: A0, 0D and B1. RGB value is (160,13,177). Sum of RGB (Red+Green+Blue) = 160+13+177=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #A00DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DB1 is #5FF24E. Grayscale: #4B4B4B. Windows color (decimal): -6287951 or 11603360. OLE color: 11603360.
HSL color Cylindrical-coordinate representation of color #A00DB1: hue angle of 293.78º 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 #A00DB1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 13 | 177 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.31 |
| HSL | 293.78º | 0.86% | 0.37% | - |
| HSV(B) | 293.78º | 0.93% | 0.69% | - |
| XYZ | 22.58 | 10.94 | 42.52 | - |
| YUV | 75.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 177 | 0.10 | 0.93 | 0 | 0.31 | 293.78 | 0.86 | 0.37 |
| Hex | A0 | D | B1 | A | 5D | 0 | 1F | 126 | 56 | 25 |
| Octal | 240 | 15 | 261 | 12 | 135 | 0 | 37 | 446 | 126 | 45 |
| Binary | 10100000 | 1101 | 10110001 | 1010 | 1011101 | 0 | 11111 | 100100110 | 1010110 | 100101 |
Color Harmonies of #A00DB1
Complementary color
Monochromatic Colors of #A00DB1
Black with #A00DB1
Text Example
Text Example
White with #A00DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DB1; }
p { color: rgb(160,13,177); }
H1.HeaderClassName
{
color: #A00DB1;
}
.AnyTagClassName
{
color: #A00DB1;
}
</style>
background-color css
<style>
a { background-color: #A00DB1; }
a { background-color: rgb(160,13,177); }
div.DivClassName
{
background-color: #A00DB1;
}
.BgClassName
{
background-color: #A00DB1;
}
</style>
border-color css
<style>
span { border-color: #A00DB1; }
span { border-color: rgb(160,13,177); }
td.TdClassName
{
border-color: #A00DB1;
}
.TagClassName
{
border-color: #A00DB1;
}
</style>