Shades of Dark Magenta #AA09A0
Tints of Dark Magenta #AA09A0
RGB
CMYK
RGB Variations
Color information
#AA09A0 (or 0xAA09A0) is known color: Dark Magenta. HEX triplet: AA, 09 and A0. RGB value is (170,9,160). Sum of RGB (Red+Green+Blue) = 170+9+160=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A0 is #55F65F. Grayscale: #494949. Windows color (decimal): -5633632 or 10488234. OLE color: 10488234.
HSL color Cylindrical-coordinate representation of color #AA09A0: hue angle of 303.73º 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 #AA09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.33 |
| HSL | 303.73º | 0.9% | 0.35% | - |
| HSV(B) | 303.73º | 0.95% | 0.67% | - |
| XYZ | 23.02 | 11.28 | 34.22 | - |
| YUV | 74.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 160 | 0 | 0.95 | 0.06 | 0.33 | 303.73 | 0.9 | 0.35 |
| Hex | AA | 9 | A0 | 0 | 5F | 6 | 21 | 130 | 5A | 23 |
| Octal | 252 | 11 | 240 | 0 | 137 | 6 | 41 | 460 | 132 | 43 |
| Binary | 10101010 | 1001 | 10100000 | 0 | 1011111 | 110 | 100001 | 100110000 | 1011010 | 100011 |
Color Harmonies of #AA09A0
Complementary color
Monochromatic Colors of #AA09A0
Black with #AA09A0
Text Example
Text Example
White with #AA09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09A0; }
p { color: rgb(170,9,160); }
H1.HeaderClassName
{
color: #AA09A0;
}
.AnyTagClassName
{
color: #AA09A0;
}
</style>
background-color css
<style>
a { background-color: #AA09A0; }
a { background-color: rgb(170,9,160); }
div.DivClassName
{
background-color: #AA09A0;
}
.BgClassName
{
background-color: #AA09A0;
}
</style>
border-color css
<style>
span { border-color: #AA09A0; }
span { border-color: rgb(170,9,160); }
td.TdClassName
{
border-color: #AA09A0;
}
.TagClassName
{
border-color: #AA09A0;
}
</style>