Shades of Dark Magenta #AD0AA0
Tints of Dark Magenta #AD0AA0
RGB
CMYK
RGB Variations
Color information
#AD0AA0 (or 0xAD0AA0) is known color: Dark Magenta. HEX triplet: AD, 0A and A0. RGB value is (173,10,160). Sum of RGB (Red+Green+Blue) = 173+10+160=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AA0 is #52F55F. Grayscale: #4B4B4B. Windows color (decimal): -5436768 or 10488493. OLE color: 10488493.
HSL color Cylindrical-coordinate representation of color #AD0AA0: hue angle of 304.79º 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 #AD0AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 160 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.32 |
| HSL | 304.79º | 0.89% | 0.36% | - |
| HSV(B) | 304.79º | 0.94% | 0.68% | - |
| XYZ | 23.69 | 11.64 | 34.26 | - |
| YUV | 75.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 160 | 0 | 0.94 | 0.08 | 0.32 | 304.79 | 0.89 | 0.36 |
| Hex | AD | A | A0 | 0 | 5E | 8 | 20 | 131 | 59 | 24 |
| Octal | 255 | 12 | 240 | 0 | 136 | 10 | 40 | 461 | 131 | 44 |
| Binary | 10101101 | 1010 | 10100000 | 0 | 1011110 | 1000 | 100000 | 100110001 | 1011001 | 100100 |
Color Harmonies of #AD0AA0
Complementary color
Monochromatic Colors of #AD0AA0
Black with #AD0AA0
Text Example
Text Example
White with #AD0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AA0; }
p { color: rgb(173,10,160); }
H1.HeaderClassName
{
color: #AD0AA0;
}
.AnyTagClassName
{
color: #AD0AA0;
}
</style>
background-color css
<style>
a { background-color: #AD0AA0; }
a { background-color: rgb(173,10,160); }
div.DivClassName
{
background-color: #AD0AA0;
}
.BgClassName
{
background-color: #AD0AA0;
}
</style>
border-color css
<style>
span { border-color: #AD0AA0; }
span { border-color: rgb(173,10,160); }
td.TdClassName
{
border-color: #AD0AA0;
}
.TagClassName
{
border-color: #AD0AA0;
}
</style>