Shades of Dark Magenta #AA09A8
Tints of Dark Magenta #AA09A8
RGB
CMYK
RGB Variations
Color information
#AA09A8 (or 0xAA09A8) is known color: Dark Magenta. HEX triplet: AA, 09 and A8. RGB value is (170,9,168). Sum of RGB (Red+Green+Blue) = 170+9+168=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA09A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA09A8 is #55F657. Grayscale: #4A4A4A. Windows color (decimal): -5633624 or 11012522. OLE color: 11012522.
HSL color Cylindrical-coordinate representation of color #AA09A8: hue angle of 300.75º 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 #AA09A8 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 168 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.33 |
| HSL | 300.75º | 0.9% | 0.35% | - |
| HSV(B) | 300.75º | 0.95% | 0.67% | - |
| XYZ | 23.74 | 11.57 | 38.03 | - |
| YUV | 75.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 168 | 0 | 0.95 | 0.01 | 0.33 | 300.75 | 0.9 | 0.35 |
| Hex | AA | 9 | A8 | 0 | 5F | 1 | 21 | 12D | 5A | 23 |
| Octal | 252 | 11 | 250 | 0 | 137 | 1 | 41 | 455 | 132 | 43 |
| Binary | 10101010 | 1001 | 10101000 | 0 | 1011111 | 1 | 100001 | 100101101 | 1011010 | 100011 |
Color Harmonies of #AA09A8
Complementary color
Monochromatic Colors of #AA09A8
Black with #AA09A8
Text Example
Text Example
White with #AA09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09A8; }
p { color: rgb(170,9,168); }
H1.HeaderClassName
{
color: #AA09A8;
}
.AnyTagClassName
{
color: #AA09A8;
}
</style>
background-color css
<style>
a { background-color: #AA09A8; }
a { background-color: rgb(170,9,168); }
div.DivClassName
{
background-color: #AA09A8;
}
.BgClassName
{
background-color: #AA09A8;
}
</style>
border-color css
<style>
span { border-color: #AA09A8; }
span { border-color: rgb(170,9,168); }
td.TdClassName
{
border-color: #AA09A8;
}
.TagClassName
{
border-color: #AA09A8;
}
</style>