Shades of Dark Magenta #AD16A6
Tints of Dark Magenta #AD16A6
RGB
CMYK
RGB Variations
Color information
#AD16A6 (or 0xAD16A6) is known color: Dark Magenta. HEX triplet: AD, 16 and A6. RGB value is (173,22,166). Sum of RGB (Red+Green+Blue) = 173+22+166=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD16A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD16A6 is #52E959. Grayscale: #535353. Windows color (decimal): -5433690 or 10884781. OLE color: 10884781.
HSL color Cylindrical-coordinate representation of color #AD16A6: hue angle of 302.78º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD16A6 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 166 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.32 |
| HSL | 302.78º | 0.77% | 0.38% | - |
| HSV(B) | 302.78º | 0.87% | 0.68% | - |
| XYZ | 24.4 | 12.21 | 37.15 | - |
| YUV | 83.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 166 | 0 | 0.87 | 0.04 | 0.32 | 302.78 | 0.77 | 0.38 |
| Hex | AD | 16 | A6 | 0 | 57 | 4 | 20 | 12F | 4D | 26 |
| Octal | 255 | 26 | 246 | 0 | 127 | 4 | 40 | 457 | 115 | 46 |
| Binary | 10101101 | 10110 | 10100110 | 0 | 1010111 | 100 | 100000 | 100101111 | 1001101 | 100110 |
Color Harmonies of #AD16A6
Complementary color
Monochromatic Colors of #AD16A6
Black with #AD16A6
Text Example
Text Example
White with #AD16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16A6; }
p { color: rgb(173,22,166); }
H1.HeaderClassName
{
color: #AD16A6;
}
.AnyTagClassName
{
color: #AD16A6;
}
</style>
background-color css
<style>
a { background-color: #AD16A6; }
a { background-color: rgb(173,22,166); }
div.DivClassName
{
background-color: #AD16A6;
}
.BgClassName
{
background-color: #AD16A6;
}
</style>
border-color css
<style>
span { border-color: #AD16A6; }
span { border-color: rgb(173,22,166); }
td.TdClassName
{
border-color: #AD16A6;
}
.TagClassName
{
border-color: #AD16A6;
}
</style>