Shades of Dark Violet #AD16C9
Tints of Dark Violet #AD16C9
RGB
CMYK
RGB Variations
Color information
#AD16C9 (or 0xAD16C9) is known color: Dark Violet. HEX triplet: AD, 16 and C9. RGB value is (173,22,201). Sum of RGB (Red+Green+Blue) = 173+22+201=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD16C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16C9 is #52E936. Grayscale: #565656. Windows color (decimal): -5433655 or 13178541. OLE color: 13178541.
HSL color Cylindrical-coordinate representation of color #AD16C9: hue angle of 290.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD16C9 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 22 | 201 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.21 |
| HSL | 290.61º | 0.8% | 0.44% | - |
| HSV(B) | 290.61º | 0.89% | 0.79% | - |
| XYZ | 28.06 | 13.68 | 56.42 | - |
| YUV | 87.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 201 | 0.14 | 0.89 | 0 | 0.21 | 290.61 | 0.8 | 0.44 |
| Hex | AD | 16 | C9 | E | 59 | 0 | 15 | 123 | 50 | 2C |
| Octal | 255 | 26 | 311 | 16 | 131 | 0 | 25 | 443 | 120 | 54 |
| Binary | 10101101 | 10110 | 11001001 | 1110 | 1011001 | 0 | 10101 | 100100011 | 1010000 | 101100 |
Color Harmonies of #AD16C9
Complementary color
Monochromatic Colors of #AD16C9
Black with #AD16C9
Text Example
Text Example
White with #AD16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16C9; }
p { color: rgb(173,22,201); }
H1.HeaderClassName
{
color: #AD16C9;
}
.AnyTagClassName
{
color: #AD16C9;
}
</style>
background-color css
<style>
a { background-color: #AD16C9; }
a { background-color: rgb(173,22,201); }
div.DivClassName
{
background-color: #AD16C9;
}
.BgClassName
{
background-color: #AD16C9;
}
</style>
border-color css
<style>
span { border-color: #AD16C9; }
span { border-color: rgb(173,22,201); }
td.TdClassName
{
border-color: #AD16C9;
}
.TagClassName
{
border-color: #AD16C9;
}
</style>