Shades of Dark Magenta #AD16A8
Tints of Dark Magenta #AD16A8
RGB
CMYK
RGB Variations
Color information
#AD16A8 (or 0xAD16A8) is known color: Dark Magenta. HEX triplet: AD, 16 and A8. RGB value is (173,22,168). Sum of RGB (Red+Green+Blue) = 173+22+168=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD16A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD16A8 is #52E957. Grayscale: #535353. Windows color (decimal): -5433688 or 11015853. OLE color: 11015853.
HSL color Cylindrical-coordinate representation of color #AD16A8: hue angle of 301.99º 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 #AD16A8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 168 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.32 |
| HSL | 301.99º | 0.77% | 0.38% | - |
| HSV(B) | 301.99º | 0.87% | 0.68% | - |
| XYZ | 24.59 | 12.29 | 38.12 | - |
| YUV | 83.79 | 175.53 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 168 | 0 | 0.87 | 0.03 | 0.32 | 301.99 | 0.77 | 0.38 |
| Hex | AD | 16 | A8 | 0 | 57 | 3 | 20 | 12E | 4D | 26 |
| Octal | 255 | 26 | 250 | 0 | 127 | 3 | 40 | 456 | 115 | 46 |
| Binary | 10101101 | 10110 | 10101000 | 0 | 1010111 | 11 | 100000 | 100101110 | 1001101 | 100110 |
Color Harmonies of #AD16A8
Complementary color
Monochromatic Colors of #AD16A8
Black with #AD16A8
Text Example
Text Example
White with #AD16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16A8; }
p { color: rgb(173,22,168); }
H1.HeaderClassName
{
color: #AD16A8;
}
.AnyTagClassName
{
color: #AD16A8;
}
</style>
background-color css
<style>
a { background-color: #AD16A8; }
a { background-color: rgb(173,22,168); }
div.DivClassName
{
background-color: #AD16A8;
}
.BgClassName
{
background-color: #AD16A8;
}
</style>
border-color css
<style>
span { border-color: #AD16A8; }
span { border-color: rgb(173,22,168); }
td.TdClassName
{
border-color: #AD16A8;
}
.TagClassName
{
border-color: #AD16A8;
}
</style>