Shades of Dark Violet #AD0FDB
Tints of Dark Violet #AD0FDB
RGB
CMYK
RGB Variations
Color information
#AD0FDB (or 0xAD0FDB) is known color: Dark Violet. HEX triplet: AD, 0F and DB. RGB value is (173,15,219). Sum of RGB (Red+Green+Blue) = 173+15+219=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FDB is #52F024. Grayscale: #545454. Windows color (decimal): -5435429 or 14356397. OLE color: 14356397.
HSL color Cylindrical-coordinate representation of color #AD0FDB: hue angle of 286.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FDB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 15 | 219 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.14 |
| HSL | 286.47º | 0.87% | 0.46% | - |
| HSV(B) | 286.47º | 0.93% | 0.86% | - |
| XYZ | 30.19 | 14.34 | 68.19 | - |
| YUV | 85.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 219 | 0.21 | 0.93 | 0 | 0.14 | 286.47 | 0.87 | 0.46 |
| Hex | AD | F | DB | 15 | 5D | 0 | E | 11E | 57 | 2E |
| Octal | 255 | 17 | 333 | 25 | 135 | 0 | 16 | 436 | 127 | 56 |
| Binary | 10101101 | 1111 | 11011011 | 10101 | 1011101 | 0 | 1110 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AD0FDB
Complementary color
Monochromatic Colors of #AD0FDB
Black with #AD0FDB
Text Example
Text Example
White with #AD0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0FDB; }
p { color: rgb(173,15,219); }
H1.HeaderClassName
{
color: #AD0FDB;
}
.AnyTagClassName
{
color: #AD0FDB;
}
</style>
background-color css
<style>
a { background-color: #AD0FDB; }
a { background-color: rgb(173,15,219); }
div.DivClassName
{
background-color: #AD0FDB;
}
.BgClassName
{
background-color: #AD0FDB;
}
</style>
border-color css
<style>
span { border-color: #AD0FDB; }
span { border-color: rgb(173,15,219); }
td.TdClassName
{
border-color: #AD0FDB;
}
.TagClassName
{
border-color: #AD0FDB;
}
</style>