Shades of Dark Magenta #AD0AA4
Tints of Dark Magenta #AD0AA4
RGB
CMYK
RGB Variations
Color information
#AD0AA4 (or 0xAD0AA4) is known color: Dark Magenta. HEX triplet: AD, 0A and A4. RGB value is (173,10,164). Sum of RGB (Red+Green+Blue) = 173+10+164=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0AA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0AA4 is #52F55B. Grayscale: #4B4B4B. Windows color (decimal): -5436764 or 10750637. OLE color: 10750637.
HSL color Cylindrical-coordinate representation of color #AD0AA4: hue angle of 303.31º 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 #AD0AA4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 164 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.32 |
| HSL | 303.31º | 0.89% | 0.36% | - |
| HSV(B) | 303.31º | 0.94% | 0.68% | - |
| XYZ | 24.04 | 11.78 | 36.13 | - |
| YUV | 76.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 164 | 0 | 0.94 | 0.05 | 0.32 | 303.31 | 0.89 | 0.36 |
| Hex | AD | A | A4 | 0 | 5E | 5 | 20 | 12F | 59 | 24 |
| Octal | 255 | 12 | 244 | 0 | 136 | 5 | 40 | 457 | 131 | 44 |
| Binary | 10101101 | 1010 | 10100100 | 0 | 1011110 | 101 | 100000 | 100101111 | 1011001 | 100100 |
Color Harmonies of #AD0AA4
Complementary color
Monochromatic Colors of #AD0AA4
Black with #AD0AA4
Text Example
Text Example
White with #AD0AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AA4; }
p { color: rgb(173,10,164); }
H1.HeaderClassName
{
color: #AD0AA4;
}
.AnyTagClassName
{
color: #AD0AA4;
}
</style>
background-color css
<style>
a { background-color: #AD0AA4; }
a { background-color: rgb(173,10,164); }
div.DivClassName
{
background-color: #AD0AA4;
}
.BgClassName
{
background-color: #AD0AA4;
}
</style>
border-color css
<style>
span { border-color: #AD0AA4; }
span { border-color: rgb(173,10,164); }
td.TdClassName
{
border-color: #AD0AA4;
}
.TagClassName
{
border-color: #AD0AA4;
}
</style>