Shades of Deep Magenta #AD09AA
Tints of Deep Magenta #AD09AA
RGB
CMYK
RGB Variations
Color information
#AD09AA (or 0xAD09AA) is known color: Deep Magenta. HEX triplet: AD, 09 and AA. RGB value is (173,9,170). Sum of RGB (Red+Green+Blue) = 173+9+170=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09AA is #52F655. Grayscale: #4B4B4B. Windows color (decimal): -5437014 or 11143597. OLE color: 11143597.
HSL color Cylindrical-coordinate representation of color #AD09AA: hue angle of 301.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD09AA is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 170 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.32 |
| HSL | 301.1º | 0.9% | 0.36% | - |
| HSV(B) | 301.1º | 0.95% | 0.68% | - |
| XYZ | 24.59 | 11.98 | 39.05 | - |
| YUV | 76.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 170 | 0 | 0.95 | 0.02 | 0.32 | 301.1 | 0.9 | 0.36 |
| Hex | AD | 9 | AA | 0 | 5F | 2 | 20 | 12D | 5A | 24 |
| Octal | 255 | 11 | 252 | 0 | 137 | 2 | 40 | 455 | 132 | 44 |
| Binary | 10101101 | 1001 | 10101010 | 0 | 1011111 | 10 | 100000 | 100101101 | 1011010 | 100100 |
Color Harmonies of #AD09AA
Complementary color
Monochromatic Colors of #AD09AA
Black with #AD09AA
Text Example
Text Example
White with #AD09AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09AA; }
p { color: rgb(173,9,170); }
H1.HeaderClassName
{
color: #AD09AA;
}
.AnyTagClassName
{
color: #AD09AA;
}
</style>
background-color css
<style>
a { background-color: #AD09AA; }
a { background-color: rgb(173,9,170); }
div.DivClassName
{
background-color: #AD09AA;
}
.BgClassName
{
background-color: #AD09AA;
}
</style>
border-color css
<style>
span { border-color: #AD09AA; }
span { border-color: rgb(173,9,170); }
td.TdClassName
{
border-color: #AD09AA;
}
.TagClassName
{
border-color: #AD09AA;
}
</style>