Shades of Dark Violet #AD16DC
Tints of Dark Violet #AD16DC
RGB
CMYK
RGB Variations
Color information
#AD16DC (or 0xAD16DC) is known color: Dark Violet. HEX triplet: AD, 16 and DC. RGB value is (173,22,220). Sum of RGB (Red+Green+Blue) = 173+22+220=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD16DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16DC is #52E923. Grayscale: #595959. Windows color (decimal): -5433636 or 14423725. OLE color: 14423725.
HSL color Cylindrical-coordinate representation of color #AD16DC: hue angle of 285.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD16DC is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 22 | 220 | - |
| CMYK | 0.21 | 0.9 | 0 | 0.14 |
| HSL | 285.76º | 0.82% | 0.47% | - |
| HSV(B) | 285.76º | 0.9% | 0.86% | - |
| XYZ | 30.44 | 14.63 | 68.93 | - |
| YUV | 89.72 | 201.53 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 220 | 0.21 | 0.9 | 0 | 0.14 | 285.76 | 0.82 | 0.47 |
| Hex | AD | 16 | DC | 15 | 5A | 0 | E | 11E | 52 | 2F |
| Octal | 255 | 26 | 334 | 25 | 132 | 0 | 16 | 436 | 122 | 57 |
| Binary | 10101101 | 10110 | 11011100 | 10101 | 1011010 | 0 | 1110 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AD16DC
Complementary color
Monochromatic Colors of #AD16DC
Black with #AD16DC
Text Example
Text Example
White with #AD16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16DC; }
p { color: rgb(173,22,220); }
H1.HeaderClassName
{
color: #AD16DC;
}
.AnyTagClassName
{
color: #AD16DC;
}
</style>
background-color css
<style>
a { background-color: #AD16DC; }
a { background-color: rgb(173,22,220); }
div.DivClassName
{
background-color: #AD16DC;
}
.BgClassName
{
background-color: #AD16DC;
}
</style>
border-color css
<style>
span { border-color: #AD16DC; }
span { border-color: rgb(173,22,220); }
td.TdClassName
{
border-color: #AD16DC;
}
.TagClassName
{
border-color: #AD16DC;
}
</style>