Shades of Deep Magenta #AD16AC
Tints of Deep Magenta #AD16AC
RGB
CMYK
RGB Variations
Color information
#AD16AC (or 0xAD16AC) is known color: Deep Magenta. HEX triplet: AD, 16 and AC. RGB value is (173,22,172). Sum of RGB (Red+Green+Blue) = 173+22+172=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD16AC is #52E953. Grayscale: #535353. Windows color (decimal): -5433684 or 11277997. OLE color: 11277997.
HSL color Cylindrical-coordinate representation of color #AD16AC: hue angle of 300.4º 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 #AD16AC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 172 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.32 |
| HSL | 300.4º | 0.77% | 0.38% | - |
| HSV(B) | 300.4º | 0.87% | 0.68% | - |
| XYZ | 24.97 | 12.44 | 40.11 | - |
| YUV | 84.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 172 | 0 | 0.87 | 0.01 | 0.32 | 300.4 | 0.77 | 0.38 |
| Hex | AD | 16 | AC | 0 | 57 | 1 | 20 | 12C | 4D | 26 |
| Octal | 255 | 26 | 254 | 0 | 127 | 1 | 40 | 454 | 115 | 46 |
| Binary | 10101101 | 10110 | 10101100 | 0 | 1010111 | 1 | 100000 | 100101100 | 1001101 | 100110 |
Color Harmonies of #AD16AC
Complementary color
Monochromatic Colors of #AD16AC
Black with #AD16AC
Text Example
Text Example
White with #AD16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD16AC; }
p { color: rgb(173,22,172); }
H1.HeaderClassName
{
color: #AD16AC;
}
.AnyTagClassName
{
color: #AD16AC;
}
</style>
background-color css
<style>
a { background-color: #AD16AC; }
a { background-color: rgb(173,22,172); }
div.DivClassName
{
background-color: #AD16AC;
}
.BgClassName
{
background-color: #AD16AC;
}
</style>
border-color css
<style>
span { border-color: #AD16AC; }
span { border-color: rgb(173,22,172); }
td.TdClassName
{
border-color: #AD16AC;
}
.TagClassName
{
border-color: #AD16AC;
}
</style>