Shades of Dark Magenta #AD0AA9
Tints of Dark Magenta #AD0AA9
RGB
CMYK
RGB Variations
Color information
#AD0AA9 (or 0xAD0AA9) is known color: Dark Magenta. HEX triplet: AD, 0A and A9. RGB value is (173,10,169). Sum of RGB (Red+Green+Blue) = 173+10+169=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AA9 is #52F556. Grayscale: #4C4C4C. Windows color (decimal): -5436759 or 11078317. OLE color: 11078317.
HSL color Cylindrical-coordinate representation of color #AD0AA9: hue angle of 301.47º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0AA9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 169 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.32 |
| HSL | 301.47º | 0.89% | 0.36% | - |
| HSV(B) | 301.47º | 0.94% | 0.68% | - |
| XYZ | 24.5 | 11.97 | 38.55 | - |
| YUV | 76.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 169 | 0 | 0.94 | 0.02 | 0.32 | 301.47 | 0.89 | 0.36 |
| Hex | AD | A | A9 | 0 | 5E | 2 | 20 | 12D | 59 | 24 |
| Octal | 255 | 12 | 251 | 0 | 136 | 2 | 40 | 455 | 131 | 44 |
| Binary | 10101101 | 1010 | 10101001 | 0 | 1011110 | 10 | 100000 | 100101101 | 1011001 | 100100 |
Color Harmonies of #AD0AA9
Complementary color
Monochromatic Colors of #AD0AA9
Black with #AD0AA9
Text Example
Text Example
White with #AD0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AA9; }
p { color: rgb(173,10,169); }
H1.HeaderClassName
{
color: #AD0AA9;
}
.AnyTagClassName
{
color: #AD0AA9;
}
</style>
background-color css
<style>
a { background-color: #AD0AA9; }
a { background-color: rgb(173,10,169); }
div.DivClassName
{
background-color: #AD0AA9;
}
.BgClassName
{
background-color: #AD0AA9;
}
</style>
border-color css
<style>
span { border-color: #AD0AA9; }
span { border-color: rgb(173,10,169); }
td.TdClassName
{
border-color: #AD0AA9;
}
.TagClassName
{
border-color: #AD0AA9;
}
</style>