Shades of Dark Violet #AD16CD
Tints of Dark Violet #AD16CD
RGB
CMYK
RGB Variations
Color information
#AD16CD (or 0xAD16CD) is known color: Dark Violet. HEX triplet: AD, 16 and CD. RGB value is (173,22,205). Sum of RGB (Red+Green+Blue) = 173+22+205=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD16CD is #52E932. Grayscale: #575757. Windows color (decimal): -5433651 or 13440685. OLE color: 13440685.
HSL color Cylindrical-coordinate representation of color #AD16CD: hue angle of 289.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD16CD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 22 | 205 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.20 |
| HSL | 289.51º | 0.81% | 0.45% | - |
| HSV(B) | 289.51º | 0.89% | 0.8% | - |
| XYZ | 28.54 | 13.87 | 58.93 | - |
| YUV | 88.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 205 | 0.16 | 0.89 | 0 | 0.20 | 289.51 | 0.81 | 0.45 |
| Hex | AD | 16 | CD | 10 | 59 | 0 | 14 | 122 | 51 | 2D |
| Octal | 255 | 26 | 315 | 20 | 131 | 0 | 24 | 442 | 121 | 55 |
| Binary | 10101101 | 10110 | 11001101 | 10000 | 1011001 | 0 | 10100 | 100100010 | 1010001 | 101101 |
Color Harmonies of #AD16CD
Complementary color
Monochromatic Colors of #AD16CD
Black with #AD16CD
Text Example
Text Example
White with #AD16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16CD; }
p { color: rgb(173,22,205); }
H1.HeaderClassName
{
color: #AD16CD;
}
.AnyTagClassName
{
color: #AD16CD;
}
</style>
background-color css
<style>
a { background-color: #AD16CD; }
a { background-color: rgb(173,22,205); }
div.DivClassName
{
background-color: #AD16CD;
}
.BgClassName
{
background-color: #AD16CD;
}
</style>
border-color css
<style>
span { border-color: #AD16CD; }
span { border-color: rgb(173,22,205); }
td.TdClassName
{
border-color: #AD16CD;
}
.TagClassName
{
border-color: #AD16CD;
}
</style>