Shades of Dark Magenta #AA0AA8
Tints of Dark Magenta #AA0AA8
RGB
CMYK
RGB Variations
Color information
#AA0AA8 (or 0xAA0AA8) is known color: Dark Magenta. HEX triplet: AA, 0A and A8. RGB value is (170,10,168). Sum of RGB (Red+Green+Blue) = 170+10+168=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA8 is #55F557. Grayscale: #4B4B4B. Windows color (decimal): -5633368 or 11012778. OLE color: 11012778.
HSL color Cylindrical-coordinate representation of color #AA0AA8: hue angle of 300.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0AA8 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 168 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.33 |
| HSL | 300.75º | 0.89% | 0.35% | - |
| HSV(B) | 300.75º | 0.94% | 0.67% | - |
| XYZ | 23.75 | 11.59 | 38.03 | - |
| YUV | 75.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 168 | 0 | 0.94 | 0.01 | 0.33 | 300.75 | 0.89 | 0.35 |
| Hex | AA | A | A8 | 0 | 5E | 1 | 21 | 12D | 59 | 23 |
| Octal | 252 | 12 | 250 | 0 | 136 | 1 | 41 | 455 | 131 | 43 |
| Binary | 10101010 | 1010 | 10101000 | 0 | 1011110 | 1 | 100001 | 100101101 | 1011001 | 100011 |
Color Harmonies of #AA0AA8
Complementary color
Monochromatic Colors of #AA0AA8
Black with #AA0AA8
Text Example
Text Example
White with #AA0AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AA8; }
p { color: rgb(170,10,168); }
H1.HeaderClassName
{
color: #AA0AA8;
}
.AnyTagClassName
{
color: #AA0AA8;
}
</style>
background-color css
<style>
a { background-color: #AA0AA8; }
a { background-color: rgb(170,10,168); }
div.DivClassName
{
background-color: #AA0AA8;
}
.BgClassName
{
background-color: #AA0AA8;
}
</style>
border-color css
<style>
span { border-color: #AA0AA8; }
span { border-color: rgb(170,10,168); }
td.TdClassName
{
border-color: #AA0AA8;
}
.TagClassName
{
border-color: #AA0AA8;
}
</style>