Shades of Dark Violet #AD10D6
Tints of Dark Violet #AD10D6
RGB
CMYK
RGB Variations
Color information
#AD10D6 (or 0xAD10D6) is known color: Dark Violet. HEX triplet: AD, 10 and D6. RGB value is (173,16,214). Sum of RGB (Red+Green+Blue) = 173+16+214=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD10D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD10D6 is #52EF29. Grayscale: #545454. Windows color (decimal): -5435178 or 14028973. OLE color: 14028973.
HSL color Cylindrical-coordinate representation of color #AD10D6: hue angle of 287.58º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD10D6 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 16 | 214 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.16 |
| HSL | 287.58º | 0.86% | 0.45% | - |
| HSV(B) | 287.58º | 0.93% | 0.84% | - |
| XYZ | 29.56 | 14.11 | 64.78 | - |
| YUV | 85.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 214 | 0.19 | 0.93 | 0 | 0.16 | 287.58 | 0.86 | 0.45 |
| Hex | AD | 10 | D6 | 13 | 5D | 0 | 10 | 120 | 56 | 2D |
| Octal | 255 | 20 | 326 | 23 | 135 | 0 | 20 | 440 | 126 | 55 |
| Binary | 10101101 | 10000 | 11010110 | 10011 | 1011101 | 0 | 10000 | 100100000 | 1010110 | 101101 |
Color Harmonies of #AD10D6
Complementary color
Monochromatic Colors of #AD10D6
Black with #AD10D6
Text Example
Text Example
White with #AD10D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD10D6; }
p { color: rgb(173,16,214); }
H1.HeaderClassName
{
color: #AD10D6;
}
.AnyTagClassName
{
color: #AD10D6;
}
</style>
background-color css
<style>
a { background-color: #AD10D6; }
a { background-color: rgb(173,16,214); }
div.DivClassName
{
background-color: #AD10D6;
}
.BgClassName
{
background-color: #AD10D6;
}
</style>
border-color css
<style>
span { border-color: #AD10D6; }
span { border-color: rgb(173,16,214); }
td.TdClassName
{
border-color: #AD10D6;
}
.TagClassName
{
border-color: #AD10D6;
}
</style>