Shades of Dark Magenta #AA0B9A
Tints of Dark Magenta #AA0B9A
RGB
CMYK
RGB Variations
Color information
#AA0B9A (or 0xAA0B9A) is known color: Dark Magenta. HEX triplet: AA, 0B and 9A. RGB value is (170,11,154). Sum of RGB (Red+Green+Blue) = 170+11+154=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B9A is #55F465. Grayscale: #4A4A4A. Windows color (decimal): -5633126 or 10095530. OLE color: 10095530.
HSL color Cylindrical-coordinate representation of color #AA0B9A: hue angle of 306.04º 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 #AA0B9A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 154 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.33 |
| HSL | 306.04º | 0.88% | 0.35% | - |
| HSV(B) | 306.04º | 0.94% | 0.67% | - |
| XYZ | 22.53 | 11.12 | 31.53 | - |
| YUV | 74.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 154 | 0 | 0.94 | 0.09 | 0.33 | 306.04 | 0.88 | 0.35 |
| Hex | AA | B | 9A | 0 | 5E | 9 | 21 | 132 | 58 | 23 |
| Octal | 252 | 13 | 232 | 0 | 136 | 11 | 41 | 462 | 130 | 43 |
| Binary | 10101010 | 1011 | 10011010 | 0 | 1011110 | 1001 | 100001 | 100110010 | 1011000 | 100011 |
Color Harmonies of #AA0B9A
Complementary color
Monochromatic Colors of #AA0B9A
Black with #AA0B9A
Text Example
Text Example
White with #AA0B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B9A; }
p { color: rgb(170,11,154); }
H1.HeaderClassName
{
color: #AA0B9A;
}
.AnyTagClassName
{
color: #AA0B9A;
}
</style>
background-color css
<style>
a { background-color: #AA0B9A; }
a { background-color: rgb(170,11,154); }
div.DivClassName
{
background-color: #AA0B9A;
}
.BgClassName
{
background-color: #AA0B9A;
}
</style>
border-color css
<style>
span { border-color: #AA0B9A; }
span { border-color: rgb(170,11,154); }
td.TdClassName
{
border-color: #AA0B9A;
}
.TagClassName
{
border-color: #AA0B9A;
}
</style>