Shades of Dark Violet #AD11DD
Tints of Dark Violet #AD11DD
RGB
CMYK
RGB Variations
Color information
#AD11DD (or 0xAD11DD) is known color: Dark Violet. HEX triplet: AD, 11 and DD. RGB value is (173,17,221). Sum of RGB (Red+Green+Blue) = 173+17+221=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11DD is #52EE22. Grayscale: #565656. Windows color (decimal): -5434915 or 14487981. OLE color: 14487981.
HSL color Cylindrical-coordinate representation of color #AD11DD: hue angle of 285.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11DD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 17 | 221 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.13 |
| HSL | 285.88º | 0.86% | 0.47% | - |
| HSV(B) | 285.88º | 0.92% | 0.87% | - |
| XYZ | 30.49 | 14.51 | 69.6 | - |
| YUV | 86.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 221 | 0.22 | 0.92 | 0 | 0.13 | 285.88 | 0.86 | 0.47 |
| Hex | AD | 11 | DD | 16 | 5C | 0 | D | 11E | 56 | 2F |
| Octal | 255 | 21 | 335 | 26 | 134 | 0 | 15 | 436 | 126 | 57 |
| Binary | 10101101 | 10001 | 11011101 | 10110 | 1011100 | 0 | 1101 | 100011110 | 1010110 | 101111 |
Color Harmonies of #AD11DD
Complementary color
Monochromatic Colors of #AD11DD
Black with #AD11DD
Text Example
Text Example
White with #AD11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11DD; }
p { color: rgb(173,17,221); }
H1.HeaderClassName
{
color: #AD11DD;
}
.AnyTagClassName
{
color: #AD11DD;
}
</style>
background-color css
<style>
a { background-color: #AD11DD; }
a { background-color: rgb(173,17,221); }
div.DivClassName
{
background-color: #AD11DD;
}
.BgClassName
{
background-color: #AD11DD;
}
</style>
border-color css
<style>
span { border-color: #AD11DD; }
span { border-color: rgb(173,17,221); }
td.TdClassName
{
border-color: #AD11DD;
}
.TagClassName
{
border-color: #AD11DD;
}
</style>