Shades of Dark Violet #AD0BDB
Tints of Dark Violet #AD0BDB
RGB
CMYK
RGB Variations
Color information
#AD0BDB (or 0xAD0BDB) is known color: Dark Violet. HEX triplet: AD, 0B and DB. RGB value is (173,11,219). Sum of RGB (Red+Green+Blue) = 173+11+219=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDB is #52F424. Grayscale: #525252. Windows color (decimal): -5436453 or 14355373. OLE color: 14355373.
HSL color Cylindrical-coordinate representation of color #AD0BDB: hue angle of 286.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BDB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 11 | 219 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.14 |
| HSL | 286.73º | 0.9% | 0.45% | - |
| HSV(B) | 286.73º | 0.95% | 0.86% | - |
| XYZ | 30.14 | 14.24 | 68.18 | - |
| YUV | 83.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 219 | 0.21 | 0.95 | 0 | 0.14 | 286.73 | 0.9 | 0.45 |
| Hex | AD | B | DB | 15 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 255 | 13 | 333 | 25 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10101101 | 1011 | 11011011 | 10101 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AD0BDB
Complementary color
Monochromatic Colors of #AD0BDB
Black with #AD0BDB
Text Example
Text Example
White with #AD0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BDB; }
p { color: rgb(173,11,219); }
H1.HeaderClassName
{
color: #AD0BDB;
}
.AnyTagClassName
{
color: #AD0BDB;
}
</style>
background-color css
<style>
a { background-color: #AD0BDB; }
a { background-color: rgb(173,11,219); }
div.DivClassName
{
background-color: #AD0BDB;
}
.BgClassName
{
background-color: #AD0BDB;
}
</style>
border-color css
<style>
span { border-color: #AD0BDB; }
span { border-color: rgb(173,11,219); }
td.TdClassName
{
border-color: #AD0BDB;
}
.TagClassName
{
border-color: #AD0BDB;
}
</style>