Shades of Dark Magenta #AA0FA9
Tints of Dark Magenta #AA0FA9
RGB
CMYK
RGB Variations
Color information
#AA0FA9 (or 0xAA0FA9) is known color: Dark Magenta. HEX triplet: AA, 0F and A9. RGB value is (170,15,169). Sum of RGB (Red+Green+Blue) = 170+15+169=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0FA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FA9 is #55F056. Grayscale: #4E4E4E. Windows color (decimal): -5632087 or 11079594. OLE color: 11079594.
HSL color Cylindrical-coordinate representation of color #AA0FA9: hue angle of 300.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FA9 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 169 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.33 |
| HSL | 300.39º | 0.84% | 0.36% | - |
| HSV(B) | 300.39º | 0.91% | 0.67% | - |
| XYZ | 23.91 | 11.75 | 38.54 | - |
| YUV | 78.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 169 | 0 | 0.91 | 0.01 | 0.33 | 300.39 | 0.84 | 0.36 |
| Hex | AA | F | A9 | 0 | 5B | 1 | 21 | 12C | 54 | 24 |
| Octal | 252 | 17 | 251 | 0 | 133 | 1 | 41 | 454 | 124 | 44 |
| Binary | 10101010 | 1111 | 10101001 | 0 | 1011011 | 1 | 100001 | 100101100 | 1010100 | 100100 |
Color Harmonies of #AA0FA9
Complementary color
Monochromatic Colors of #AA0FA9
Black with #AA0FA9
Text Example
Text Example
White with #AA0FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FA9; }
p { color: rgb(170,15,169); }
H1.HeaderClassName
{
color: #AA0FA9;
}
.AnyTagClassName
{
color: #AA0FA9;
}
</style>
background-color css
<style>
a { background-color: #AA0FA9; }
a { background-color: rgb(170,15,169); }
div.DivClassName
{
background-color: #AA0FA9;
}
.BgClassName
{
background-color: #AA0FA9;
}
</style>
border-color css
<style>
span { border-color: #AA0FA9; }
span { border-color: rgb(170,15,169); }
td.TdClassName
{
border-color: #AA0FA9;
}
.TagClassName
{
border-color: #AA0FA9;
}
</style>