Shades of Dark Violet #AD16DD
Tints of Dark Violet #AD16DD
RGB
CMYK
RGB Variations
Color information
#AD16DD (or 0xAD16DD) is known color: Dark Violet. HEX triplet: AD, 16 and DD. RGB value is (173,22,221). Sum of RGB (Red+Green+Blue) = 173+22+221=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16DD is #52E922. Grayscale: #595959. Windows color (decimal): -5433635 or 14489261. OLE color: 14489261.
HSL color Cylindrical-coordinate representation of color #AD16DD: hue angle of 285.53º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD16DD is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 22 | 221 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.13 |
| HSL | 285.53º | 0.82% | 0.48% | - |
| HSV(B) | 285.53º | 0.9% | 0.87% | - |
| XYZ | 30.57 | 14.68 | 69.63 | - |
| YUV | 89.84 | 202.03 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 221 | 0.22 | 0.90 | 0 | 0.13 | 285.53 | 0.82 | 0.48 |
| Hex | AD | 16 | DD | 16 | 5A | 0 | D | 11E | 52 | 30 |
| Octal | 255 | 26 | 335 | 26 | 132 | 0 | 15 | 436 | 122 | 60 |
| Binary | 10101101 | 10110 | 11011101 | 10110 | 1011010 | 0 | 1101 | 100011110 | 1010010 | 110000 |
Color Harmonies of #AD16DD
Complementary color
Monochromatic Colors of #AD16DD
Black with #AD16DD
Text Example
Text Example
White with #AD16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16DD; }
p { color: rgb(173,22,221); }
H1.HeaderClassName
{
color: #AD16DD;
}
.AnyTagClassName
{
color: #AD16DD;
}
</style>
background-color css
<style>
a { background-color: #AD16DD; }
a { background-color: rgb(173,22,221); }
div.DivClassName
{
background-color: #AD16DD;
}
.BgClassName
{
background-color: #AD16DD;
}
</style>
border-color css
<style>
span { border-color: #AD16DD; }
span { border-color: rgb(173,22,221); }
td.TdClassName
{
border-color: #AD16DD;
}
.TagClassName
{
border-color: #AD16DD;
}
</style>