Shades of Dark Violet #AD0BDD
Tints of Dark Violet #AD0BDD
RGB
CMYK
RGB Variations
Color information
#AD0BDD (or 0xAD0BDD) is known color: Dark Violet. HEX triplet: AD, 0B and DD. RGB value is (173,11,221). Sum of RGB (Red+Green+Blue) = 173+11+221=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BDD is #52F422. Grayscale: #525252. Windows color (decimal): -5436451 or 14486445. OLE color: 14486445.
HSL color Cylindrical-coordinate representation of color #AD0BDD: hue angle of 286.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BDD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 11 | 221 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.13 |
| HSL | 286.29º | 0.91% | 0.45% | - |
| HSV(B) | 286.29º | 0.95% | 0.87% | - |
| XYZ | 30.4 | 14.34 | 69.57 | - |
| YUV | 83.38 | 205.67 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 221 | 0.22 | 0.95 | 0 | 0.13 | 286.29 | 0.91 | 0.45 |
| Hex | AD | B | DD | 16 | 5F | 0 | D | 11E | 5B | 2D |
| Octal | 255 | 13 | 335 | 26 | 137 | 0 | 15 | 436 | 133 | 55 |
| Binary | 10101101 | 1011 | 11011101 | 10110 | 1011111 | 0 | 1101 | 100011110 | 1011011 | 101101 |
Color Harmonies of #AD0BDD
Complementary color
Monochromatic Colors of #AD0BDD
Black with #AD0BDD
Text Example
Text Example
White with #AD0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BDD; }
p { color: rgb(173,11,221); }
H1.HeaderClassName
{
color: #AD0BDD;
}
.AnyTagClassName
{
color: #AD0BDD;
}
</style>
background-color css
<style>
a { background-color: #AD0BDD; }
a { background-color: rgb(173,11,221); }
div.DivClassName
{
background-color: #AD0BDD;
}
.BgClassName
{
background-color: #AD0BDD;
}
</style>
border-color css
<style>
span { border-color: #AD0BDD; }
span { border-color: rgb(173,11,221); }
td.TdClassName
{
border-color: #AD0BDD;
}
.TagClassName
{
border-color: #AD0BDD;
}
</style>