Shades of Dark Magenta #AA0BA9
Tints of Dark Magenta #AA0BA9
RGB
CMYK
RGB Variations
Color information
#AA0BA9 (or 0xAA0BA9) is known color: Dark Magenta. HEX triplet: AA, 0B and A9. RGB value is (170,11,169). Sum of RGB (Red+Green+Blue) = 170+11+169=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BA9 is #55F456. Grayscale: #4C4C4C. Windows color (decimal): -5633111 or 11078570. OLE color: 11078570.
HSL color Cylindrical-coordinate representation of color #AA0BA9: hue angle of 300.38º degrees, saturation: 0.88, 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 #AA0BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 169 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.33 |
| HSL | 300.38º | 0.88% | 0.35% | - |
| HSV(B) | 300.38º | 0.94% | 0.67% | - |
| XYZ | 23.86 | 11.65 | 38.53 | - |
| YUV | 76.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 169 | 0 | 0.94 | 0.01 | 0.33 | 300.38 | 0.88 | 0.35 |
| Hex | AA | B | A9 | 0 | 5E | 1 | 21 | 12C | 58 | 23 |
| Octal | 252 | 13 | 251 | 0 | 136 | 1 | 41 | 454 | 130 | 43 |
| Binary | 10101010 | 1011 | 10101001 | 0 | 1011110 | 1 | 100001 | 100101100 | 1011000 | 100011 |
Color Harmonies of #AA0BA9
Complementary color
Monochromatic Colors of #AA0BA9
Black with #AA0BA9
Text Example
Text Example
White with #AA0BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BA9; }
p { color: rgb(170,11,169); }
H1.HeaderClassName
{
color: #AA0BA9;
}
.AnyTagClassName
{
color: #AA0BA9;
}
</style>
background-color css
<style>
a { background-color: #AA0BA9; }
a { background-color: rgb(170,11,169); }
div.DivClassName
{
background-color: #AA0BA9;
}
.BgClassName
{
background-color: #AA0BA9;
}
</style>
border-color css
<style>
span { border-color: #AA0BA9; }
span { border-color: rgb(170,11,169); }
td.TdClassName
{
border-color: #AA0BA9;
}
.TagClassName
{
border-color: #AA0BA9;
}
</style>