Shades of Deep Magenta #AD19AA
Tints of Deep Magenta #AD19AA
RGB
CMYK
RGB Variations
Color information
#AD19AA (or 0xAD19AA) is known color: Deep Magenta. HEX triplet: AD, 19 and AA. RGB value is (173,25,170). Sum of RGB (Red+Green+Blue) = 173+25+170=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD19AA is #52E655. Grayscale: #555555. Windows color (decimal): -5432918 or 11147693. OLE color: 11147693.
HSL color Cylindrical-coordinate representation of color #AD19AA: hue angle of 301.22º 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 #AD19AA is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 170 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.32 |
| HSL | 301.22º | 0.75% | 0.39% | - |
| HSV(B) | 301.22º | 0.86% | 0.68% | - |
| XYZ | 24.84 | 12.48 | 39.13 | - |
| YUV | 85.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 170 | 0 | 0.86 | 0.02 | 0.32 | 301.22 | 0.75 | 0.39 |
| Hex | AD | 19 | AA | 0 | 56 | 2 | 20 | 12D | 4B | 27 |
| Octal | 255 | 31 | 252 | 0 | 126 | 2 | 40 | 455 | 113 | 47 |
| Binary | 10101101 | 11001 | 10101010 | 0 | 1010110 | 10 | 100000 | 100101101 | 1001011 | 100111 |
Color Harmonies of #AD19AA
Complementary color
Monochromatic Colors of #AD19AA
Black with #AD19AA
Text Example
Text Example
White with #AD19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD19AA; }
p { color: rgb(173,25,170); }
H1.HeaderClassName
{
color: #AD19AA;
}
.AnyTagClassName
{
color: #AD19AA;
}
</style>
background-color css
<style>
a { background-color: #AD19AA; }
a { background-color: rgb(173,25,170); }
div.DivClassName
{
background-color: #AD19AA;
}
.BgClassName
{
background-color: #AD19AA;
}
</style>
border-color css
<style>
span { border-color: #AD19AA; }
span { border-color: rgb(173,25,170); }
td.TdClassName
{
border-color: #AD19AA;
}
.TagClassName
{
border-color: #AD19AA;
}
</style>