Shades of Dark Magenta #AA0DA8
Tints of Dark Magenta #AA0DA8
RGB
CMYK
RGB Variations
Color information
#AA0DA8 (or 0xAA0DA8) is known color: Dark Magenta. HEX triplet: AA, 0D and A8. RGB value is (170,13,168). Sum of RGB (Red+Green+Blue) = 170+13+168=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DA8 is #55F257. Grayscale: #4D4D4D. Windows color (decimal): -5632600 or 11013546. OLE color: 11013546.
HSL color Cylindrical-coordinate representation of color #AA0DA8: hue angle of 300.76º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0DA8 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 168 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.33 |
| HSL | 300.76º | 0.86% | 0.36% | - |
| HSV(B) | 300.76º | 0.92% | 0.67% | - |
| XYZ | 23.79 | 11.66 | 38.04 | - |
| YUV | 77.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 168 | 0 | 0.92 | 0.01 | 0.33 | 300.76 | 0.86 | 0.36 |
| Hex | AA | D | A8 | 0 | 5C | 1 | 21 | 12D | 56 | 24 |
| Octal | 252 | 15 | 250 | 0 | 134 | 1 | 41 | 455 | 126 | 44 |
| Binary | 10101010 | 1101 | 10101000 | 0 | 1011100 | 1 | 100001 | 100101101 | 1010110 | 100100 |
Color Harmonies of #AA0DA8
Complementary color
Monochromatic Colors of #AA0DA8
Black with #AA0DA8
Text Example
Text Example
White with #AA0DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DA8; }
p { color: rgb(170,13,168); }
H1.HeaderClassName
{
color: #AA0DA8;
}
.AnyTagClassName
{
color: #AA0DA8;
}
</style>
background-color css
<style>
a { background-color: #AA0DA8; }
a { background-color: rgb(170,13,168); }
div.DivClassName
{
background-color: #AA0DA8;
}
.BgClassName
{
background-color: #AA0DA8;
}
</style>
border-color css
<style>
span { border-color: #AA0DA8; }
span { border-color: rgb(170,13,168); }
td.TdClassName
{
border-color: #AA0DA8;
}
.TagClassName
{
border-color: #AA0DA8;
}
</style>