Shades of Dark Magenta #AD09A0
Tints of Dark Magenta #AD09A0
RGB
CMYK
RGB Variations
Color information
#AD09A0 (or 0xAD09A0) is known color: Dark Magenta. HEX triplet: AD, 09 and A0. RGB value is (173,9,160). Sum of RGB (Red+Green+Blue) = 173+9+160=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD09A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD09A0 is #52F65F. Grayscale: #4A4A4A. Windows color (decimal): -5437024 or 10488237. OLE color: 10488237.
HSL color Cylindrical-coordinate representation of color #AD09A0: hue angle of 304.76º 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 #AD09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.32 |
| HSL | 304.76º | 0.9% | 0.36% | - |
| HSV(B) | 304.76º | 0.95% | 0.68% | - |
| XYZ | 23.68 | 11.62 | 34.25 | - |
| YUV | 75.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 160 | 0 | 0.95 | 0.08 | 0.32 | 304.76 | 0.9 | 0.36 |
| Hex | AD | 9 | A0 | 0 | 5F | 8 | 20 | 131 | 5A | 24 |
| Octal | 255 | 11 | 240 | 0 | 137 | 10 | 40 | 461 | 132 | 44 |
| Binary | 10101101 | 1001 | 10100000 | 0 | 1011111 | 1000 | 100000 | 100110001 | 1011010 | 100100 |
Color Harmonies of #AD09A0
Complementary color
Monochromatic Colors of #AD09A0
Black with #AD09A0
Text Example
Text Example
White with #AD09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09A0; }
p { color: rgb(173,9,160); }
H1.HeaderClassName
{
color: #AD09A0;
}
.AnyTagClassName
{
color: #AD09A0;
}
</style>
background-color css
<style>
a { background-color: #AD09A0; }
a { background-color: rgb(173,9,160); }
div.DivClassName
{
background-color: #AD09A0;
}
.BgClassName
{
background-color: #AD09A0;
}
</style>
border-color css
<style>
span { border-color: #AD09A0; }
span { border-color: rgb(173,9,160); }
td.TdClassName
{
border-color: #AD09A0;
}
.TagClassName
{
border-color: #AD09A0;
}
</style>