Shades of Deep Magenta #AD19AC
Tints of Deep Magenta #AD19AC
RGB
CMYK
RGB Variations
Color information
#AD19AC (or 0xAD19AC) is known color: Deep Magenta. HEX triplet: AD, 19 and AC. RGB value is (173,25,172). Sum of RGB (Red+Green+Blue) = 173+25+172=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19AC is #52E653. Grayscale: #555555. Windows color (decimal): -5432916 or 11278765. OLE color: 11278765.
HSL color Cylindrical-coordinate representation of color #AD19AC: hue angle of 300.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD19AC is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 172 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.32 |
| HSL | 300.41º | 0.75% | 0.39% | - |
| HSV(B) | 300.41º | 0.86% | 0.68% | - |
| XYZ | 25.03 | 12.56 | 40.13 | - |
| YUV | 86.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 172 | 0 | 0.86 | 0.01 | 0.32 | 300.41 | 0.75 | 0.39 |
| Hex | AD | 19 | AC | 0 | 56 | 1 | 20 | 12C | 4B | 27 |
| Octal | 255 | 31 | 254 | 0 | 126 | 1 | 40 | 454 | 113 | 47 |
| Binary | 10101101 | 11001 | 10101100 | 0 | 1010110 | 1 | 100000 | 100101100 | 1001011 | 100111 |
Color Harmonies of #AD19AC
Complementary color
Monochromatic Colors of #AD19AC
Black with #AD19AC
Text Example
Text Example
White with #AD19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19AC; }
p { color: rgb(173,25,172); }
H1.HeaderClassName
{
color: #AD19AC;
}
.AnyTagClassName
{
color: #AD19AC;
}
</style>
background-color css
<style>
a { background-color: #AD19AC; }
a { background-color: rgb(173,25,172); }
div.DivClassName
{
background-color: #AD19AC;
}
.BgClassName
{
background-color: #AD19AC;
}
</style>
border-color css
<style>
span { border-color: #AD19AC; }
span { border-color: rgb(173,25,172); }
td.TdClassName
{
border-color: #AD19AC;
}
.TagClassName
{
border-color: #AD19AC;
}
</style>