Shades of Dark Violet #AD0DDD
Tints of Dark Violet #AD0DDD
RGB
CMYK
RGB Variations
Color information
#AD0DDD (or 0xAD0DDD) is known color: Dark Violet. HEX triplet: AD, 0D and DD. RGB value is (173,13,221). Sum of RGB (Red+Green+Blue) = 173+13+221=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DDD is #52F222. Grayscale: #535353. Windows color (decimal): -5435939 or 14486957. OLE color: 14486957.
HSL color Cylindrical-coordinate representation of color #AD0DDD: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DDD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 13 | 221 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.13 |
| HSL | 286.15º | 0.89% | 0.46% | - |
| HSV(B) | 286.15º | 0.94% | 0.87% | - |
| XYZ | 30.43 | 14.39 | 69.58 | - |
| YUV | 84.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 221 | 0.22 | 0.94 | 0 | 0.13 | 286.15 | 0.89 | 0.46 |
| Hex | AD | D | DD | 16 | 5E | 0 | D | 11E | 59 | 2E |
| Octal | 255 | 15 | 335 | 26 | 136 | 0 | 15 | 436 | 131 | 56 |
| Binary | 10101101 | 1101 | 11011101 | 10110 | 1011110 | 0 | 1101 | 100011110 | 1011001 | 101110 |
Color Harmonies of #AD0DDD
Complementary color
Monochromatic Colors of #AD0DDD
Black with #AD0DDD
Text Example
Text Example
White with #AD0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DDD; }
p { color: rgb(173,13,221); }
H1.HeaderClassName
{
color: #AD0DDD;
}
.AnyTagClassName
{
color: #AD0DDD;
}
</style>
background-color css
<style>
a { background-color: #AD0DDD; }
a { background-color: rgb(173,13,221); }
div.DivClassName
{
background-color: #AD0DDD;
}
.BgClassName
{
background-color: #AD0DDD;
}
</style>
border-color css
<style>
span { border-color: #AD0DDD; }
span { border-color: rgb(173,13,221); }
td.TdClassName
{
border-color: #AD0DDD;
}
.TagClassName
{
border-color: #AD0DDD;
}
</style>