Shades of Dark Magenta #AA09A2
Tints of Dark Magenta #AA09A2
RGB
CMYK
RGB Variations
Color information
#AA09A2 (or 0xAA09A2) is known color: Dark Magenta. HEX triplet: AA, 09 and A2. RGB value is (170,9,162). Sum of RGB (Red+Green+Blue) = 170+9+162=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A2 is #55F65D. Grayscale: #4A4A4A. Windows color (decimal): -5633630 or 10619306. OLE color: 10619306.
HSL color Cylindrical-coordinate representation of color #AA09A2: hue angle of 302.98º 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 #AA09A2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 162 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.33 |
| HSL | 302.98º | 0.9% | 0.35% | - |
| HSV(B) | 302.98º | 0.95% | 0.67% | - |
| XYZ | 23.2 | 11.35 | 35.15 | - |
| YUV | 74.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 162 | 0 | 0.95 | 0.05 | 0.33 | 302.98 | 0.9 | 0.35 |
| Hex | AA | 9 | A2 | 0 | 5F | 5 | 21 | 12F | 5A | 23 |
| Octal | 252 | 11 | 242 | 0 | 137 | 5 | 41 | 457 | 132 | 43 |
| Binary | 10101010 | 1001 | 10100010 | 0 | 1011111 | 101 | 100001 | 100101111 | 1011010 | 100011 |
Color Harmonies of #AA09A2
Complementary color
Monochromatic Colors of #AA09A2
Black with #AA09A2
Text Example
Text Example
White with #AA09A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09A2; }
p { color: rgb(170,9,162); }
H1.HeaderClassName
{
color: #AA09A2;
}
.AnyTagClassName
{
color: #AA09A2;
}
</style>
background-color css
<style>
a { background-color: #AA09A2; }
a { background-color: rgb(170,9,162); }
div.DivClassName
{
background-color: #AA09A2;
}
.BgClassName
{
background-color: #AA09A2;
}
</style>
border-color css
<style>
span { border-color: #AA09A2; }
span { border-color: rgb(170,9,162); }
td.TdClassName
{
border-color: #AA09A2;
}
.TagClassName
{
border-color: #AA09A2;
}
</style>