Shades of Dark Violet #AD10D9
Tints of Dark Violet #AD10D9
RGB
CMYK
RGB Variations
Color information
#AD10D9 (or 0xAD10D9) is known color: Dark Violet. HEX triplet: AD, 10 and D9. RGB value is (173,16,217). Sum of RGB (Red+Green+Blue) = 173+16+217=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD10D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10D9 is #52EF26. Grayscale: #555555. Windows color (decimal): -5435175 or 14225581. OLE color: 14225581.
HSL color Cylindrical-coordinate representation of color #AD10D9: hue angle of 286.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10D9 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 16 | 217 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.15 |
| HSL | 286.87º | 0.86% | 0.46% | - |
| HSV(B) | 286.87º | 0.93% | 0.85% | - |
| XYZ | 29.94 | 14.26 | 66.82 | - |
| YUV | 85.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 217 | 0.20 | 0.93 | 0 | 0.15 | 286.87 | 0.86 | 0.46 |
| Hex | AD | 10 | D9 | 14 | 5D | 0 | F | 11F | 56 | 2E |
| Octal | 255 | 20 | 331 | 24 | 135 | 0 | 17 | 437 | 126 | 56 |
| Binary | 10101101 | 10000 | 11011001 | 10100 | 1011101 | 0 | 1111 | 100011111 | 1010110 | 101110 |
Color Harmonies of #AD10D9
Complementary color
Monochromatic Colors of #AD10D9
Black with #AD10D9
Text Example
Text Example
White with #AD10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10D9; }
p { color: rgb(173,16,217); }
H1.HeaderClassName
{
color: #AD10D9;
}
.AnyTagClassName
{
color: #AD10D9;
}
</style>
background-color css
<style>
a { background-color: #AD10D9; }
a { background-color: rgb(173,16,217); }
div.DivClassName
{
background-color: #AD10D9;
}
.BgClassName
{
background-color: #AD10D9;
}
</style>
border-color css
<style>
span { border-color: #AD10D9; }
span { border-color: rgb(173,16,217); }
td.TdClassName
{
border-color: #AD10D9;
}
.TagClassName
{
border-color: #AD10D9;
}
</style>