Shades of Dark Violet #AD0DD7
Tints of Dark Violet #AD0DD7
RGB
CMYK
RGB Variations
Color information
#AD0DD7 (or 0xAD0DD7) is known color: Dark Violet. HEX triplet: AD, 0D and D7. RGB value is (173,13,215). Sum of RGB (Red+Green+Blue) = 173+13+215=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD0DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DD7 is #52F228. Grayscale: #535353. Windows color (decimal): -5435945 or 14093741. OLE color: 14093741.
HSL color Cylindrical-coordinate representation of color #AD0DD7: hue angle of 287.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DD7 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 13 | 215 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.16 |
| HSL | 287.52º | 0.89% | 0.45% | - |
| HSV(B) | 287.52º | 0.94% | 0.84% | - |
| XYZ | 29.64 | 14.08 | 65.45 | - |
| YUV | 83.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 215 | 0.20 | 0.94 | 0 | 0.16 | 287.52 | 0.89 | 0.45 |
| Hex | AD | D | D7 | 14 | 5E | 0 | 10 | 120 | 59 | 2D |
| Octal | 255 | 15 | 327 | 24 | 136 | 0 | 20 | 440 | 131 | 55 |
| Binary | 10101101 | 1101 | 11010111 | 10100 | 1011110 | 0 | 10000 | 100100000 | 1011001 | 101101 |
Color Harmonies of #AD0DD7
Complementary color
Monochromatic Colors of #AD0DD7
Black with #AD0DD7
Text Example
Text Example
White with #AD0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DD7; }
p { color: rgb(173,13,215); }
H1.HeaderClassName
{
color: #AD0DD7;
}
.AnyTagClassName
{
color: #AD0DD7;
}
</style>
background-color css
<style>
a { background-color: #AD0DD7; }
a { background-color: rgb(173,13,215); }
div.DivClassName
{
background-color: #AD0DD7;
}
.BgClassName
{
background-color: #AD0DD7;
}
</style>
border-color css
<style>
span { border-color: #AD0DD7; }
span { border-color: rgb(173,13,215); }
td.TdClassName
{
border-color: #AD0DD7;
}
.TagClassName
{
border-color: #AD0DD7;
}
</style>