Shades of Dark Violet #AD11D1
Tints of Dark Violet #AD11D1
RGB
CMYK
RGB Variations
Color information
#AD11D1 (or 0xAD11D1) is known color: Dark Violet. HEX triplet: AD, 11 and D1. RGB value is (173,17,209). Sum of RGB (Red+Green+Blue) = 173+17+209=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD11D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11D1 is #52EE2E. Grayscale: #545454. Windows color (decimal): -5434927 or 13701549. OLE color: 13701549.
HSL color Cylindrical-coordinate representation of color #AD11D1: hue angle of 288.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11D1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 17 | 209 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.18 |
| HSL | 288.75º | 0.85% | 0.44% | - |
| HSV(B) | 288.75º | 0.92% | 0.82% | - |
| XYZ | 28.94 | 13.89 | 61.48 | - |
| YUV | 85.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 209 | 0.17 | 0.92 | 0 | 0.18 | 288.75 | 0.85 | 0.44 |
| Hex | AD | 11 | D1 | 11 | 5C | 0 | 12 | 121 | 55 | 2C |
| Octal | 255 | 21 | 321 | 21 | 134 | 0 | 22 | 441 | 125 | 54 |
| Binary | 10101101 | 10001 | 11010001 | 10001 | 1011100 | 0 | 10010 | 100100001 | 1010101 | 101100 |
Color Harmonies of #AD11D1
Complementary color
Monochromatic Colors of #AD11D1
Black with #AD11D1
Text Example
Text Example
White with #AD11D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11D1; }
p { color: rgb(173,17,209); }
H1.HeaderClassName
{
color: #AD11D1;
}
.AnyTagClassName
{
color: #AD11D1;
}
</style>
background-color css
<style>
a { background-color: #AD11D1; }
a { background-color: rgb(173,17,209); }
div.DivClassName
{
background-color: #AD11D1;
}
.BgClassName
{
background-color: #AD11D1;
}
</style>
border-color css
<style>
span { border-color: #AD11D1; }
span { border-color: rgb(173,17,209); }
td.TdClassName
{
border-color: #AD11D1;
}
.TagClassName
{
border-color: #AD11D1;
}
</style>