Shades of Dark Violet #AD11D3
Tints of Dark Violet #AD11D3
RGB
CMYK
RGB Variations
Color information
#AD11D3 (or 0xAD11D3) is known color: Dark Violet. HEX triplet: AD, 11 and D3. RGB value is (173,17,211). Sum of RGB (Red+Green+Blue) = 173+17+211=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD11D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD11D3 is #52EE2C. Grayscale: #555555. Windows color (decimal): -5434925 or 13832621. OLE color: 13832621.
HSL color Cylindrical-coordinate representation of color #AD11D3: hue angle of 288.25º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD11D3 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 17 | 211 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.17 |
| HSL | 288.25º | 0.85% | 0.45% | - |
| HSV(B) | 288.25º | 0.92% | 0.83% | - |
| XYZ | 29.19 | 13.99 | 62.79 | - |
| YUV | 85.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 211 | 0.18 | 0.92 | 0 | 0.17 | 288.25 | 0.85 | 0.45 |
| Hex | AD | 11 | D3 | 12 | 5C | 0 | 11 | 120 | 55 | 2D |
| Octal | 255 | 21 | 323 | 22 | 134 | 0 | 21 | 440 | 125 | 55 |
| Binary | 10101101 | 10001 | 11010011 | 10010 | 1011100 | 0 | 10001 | 100100000 | 1010101 | 101101 |
Color Harmonies of #AD11D3
Complementary color
Monochromatic Colors of #AD11D3
Black with #AD11D3
Text Example
Text Example
White with #AD11D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD11D3; }
p { color: rgb(173,17,211); }
H1.HeaderClassName
{
color: #AD11D3;
}
.AnyTagClassName
{
color: #AD11D3;
}
</style>
background-color css
<style>
a { background-color: #AD11D3; }
a { background-color: rgb(173,17,211); }
div.DivClassName
{
background-color: #AD11D3;
}
.BgClassName
{
background-color: #AD11D3;
}
</style>
border-color css
<style>
span { border-color: #AD11D3; }
span { border-color: rgb(173,17,211); }
td.TdClassName
{
border-color: #AD11D3;
}
.TagClassName
{
border-color: #AD11D3;
}
</style>