Shades of Dark Violet #AD11DB
Tints of Dark Violet #AD11DB
RGB
CMYK
RGB Variations
Color information
#AD11DB (or 0xAD11DB) is known color: Dark Violet. HEX triplet: AD, 11 and DB. RGB value is (173,17,219). Sum of RGB (Red+Green+Blue) = 173+17+219=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11DB is #52EE24. Grayscale: #565656. Windows color (decimal): -5434917 or 14356909. OLE color: 14356909.
HSL color Cylindrical-coordinate representation of color #AD11DB: hue angle of 286.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11DB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 17 | 219 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.14 |
| HSL | 286.34º | 0.86% | 0.46% | - |
| HSV(B) | 286.34º | 0.92% | 0.86% | - |
| XYZ | 30.22 | 14.4 | 68.2 | - |
| YUV | 86.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 219 | 0.21 | 0.92 | 0 | 0.14 | 286.34 | 0.86 | 0.46 |
| Hex | AD | 11 | DB | 15 | 5C | 0 | E | 11E | 56 | 2E |
| Octal | 255 | 21 | 333 | 25 | 134 | 0 | 16 | 436 | 126 | 56 |
| Binary | 10101101 | 10001 | 11011011 | 10101 | 1011100 | 0 | 1110 | 100011110 | 1010110 | 101110 |
Color Harmonies of #AD11DB
Complementary color
Monochromatic Colors of #AD11DB
Black with #AD11DB
Text Example
Text Example
White with #AD11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11DB; }
p { color: rgb(173,17,219); }
H1.HeaderClassName
{
color: #AD11DB;
}
.AnyTagClassName
{
color: #AD11DB;
}
</style>
background-color css
<style>
a { background-color: #AD11DB; }
a { background-color: rgb(173,17,219); }
div.DivClassName
{
background-color: #AD11DB;
}
.BgClassName
{
background-color: #AD11DB;
}
</style>
border-color css
<style>
span { border-color: #AD11DB; }
span { border-color: rgb(173,17,219); }
td.TdClassName
{
border-color: #AD11DB;
}
.TagClassName
{
border-color: #AD11DB;
}
</style>