Shades of Dark Magenta #AA0F99
Tints of Dark Magenta #AA0F99
RGB
CMYK
RGB Variations
Color information
#AA0F99 (or 0xAA0F99) is known color: Dark Magenta. HEX triplet: AA, 0F and 99. RGB value is (170,15,153). Sum of RGB (Red+Green+Blue) = 170+15+153=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F99 is #55F066. Grayscale: #4C4C4C. Windows color (decimal): -5632103 or 10031018. OLE color: 10031018.
HSL color Cylindrical-coordinate representation of color #AA0F99: hue angle of 306.58º 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 #AA0F99 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 153 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.33 |
| HSL | 306.58º | 0.84% | 0.36% | - |
| HSV(B) | 306.58º | 0.91% | 0.67% | - |
| XYZ | 22.5 | 11.19 | 31.11 | - |
| YUV | 77.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 153 | 0 | 0.91 | 0.1 | 0.33 | 306.58 | 0.84 | 0.36 |
| Hex | AA | F | 99 | 0 | 5B | A | 21 | 133 | 54 | 24 |
| Octal | 252 | 17 | 231 | 0 | 133 | 12 | 41 | 463 | 124 | 44 |
| Binary | 10101010 | 1111 | 10011001 | 0 | 1011011 | 1010 | 100001 | 100110011 | 1010100 | 100100 |
Color Harmonies of #AA0F99
Complementary color
Monochromatic Colors of #AA0F99
Black with #AA0F99
Text Example
Text Example
White with #AA0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F99; }
p { color: rgb(170,15,153); }
H1.HeaderClassName
{
color: #AA0F99;
}
.AnyTagClassName
{
color: #AA0F99;
}
</style>
background-color css
<style>
a { background-color: #AA0F99; }
a { background-color: rgb(170,15,153); }
div.DivClassName
{
background-color: #AA0F99;
}
.BgClassName
{
background-color: #AA0F99;
}
</style>
border-color css
<style>
span { border-color: #AA0F99; }
span { border-color: rgb(170,15,153); }
td.TdClassName
{
border-color: #AA0F99;
}
.TagClassName
{
border-color: #AA0F99;
}
</style>