Shades of Dark Magenta #AA0997
Tints of Dark Magenta #AA0997
RGB
CMYK
RGB Variations
Color information
#AA0997 (or 0xAA0997) is known color: Dark Magenta. HEX triplet: AA, 09 and 97. RGB value is (170,9,151). Sum of RGB (Red+Green+Blue) = 170+9+151=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0997 is #55F668. Grayscale: #484848. Windows color (decimal): -5633641 or 9898410. OLE color: 9898410.
HSL color Cylindrical-coordinate representation of color #AA0997: hue angle of 307.08º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0997 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.33 |
| HSL | 307.08º | 0.9% | 0.35% | - |
| HSV(B) | 307.08º | 0.95% | 0.67% | - |
| XYZ | 22.26 | 10.98 | 30.22 | - |
| YUV | 73.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 151 | 0 | 0.95 | 0.11 | 0.33 | 307.08 | 0.9 | 0.35 |
| Hex | AA | 9 | 97 | 0 | 5F | B | 21 | 133 | 5A | 23 |
| Octal | 252 | 11 | 227 | 0 | 137 | 13 | 41 | 463 | 132 | 43 |
| Binary | 10101010 | 1001 | 10010111 | 0 | 1011111 | 1011 | 100001 | 100110011 | 1011010 | 100011 |
Color Harmonies of #AA0997
Complementary color
Monochromatic Colors of #AA0997
Black with #AA0997
Text Example
Text Example
White with #AA0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0997; }
p { color: rgb(170,9,151); }
H1.HeaderClassName
{
color: #AA0997;
}
.AnyTagClassName
{
color: #AA0997;
}
</style>
background-color css
<style>
a { background-color: #AA0997; }
a { background-color: rgb(170,9,151); }
div.DivClassName
{
background-color: #AA0997;
}
.BgClassName
{
background-color: #AA0997;
}
</style>
border-color css
<style>
span { border-color: #AA0997; }
span { border-color: rgb(170,9,151); }
td.TdClassName
{
border-color: #AA0997;
}
.TagClassName
{
border-color: #AA0997;
}
</style>