Shades of Dark Magenta #AA0F9F
Tints of Dark Magenta #AA0F9F
RGB
CMYK
RGB Variations
Color information
#AA0F9F (or 0xAA0F9F) is known color: Dark Magenta. HEX triplet: AA, 0F and 9F. RGB value is (170,15,159). Sum of RGB (Red+Green+Blue) = 170+15+159=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F9F is #55F060. Grayscale: #4D4D4D. Windows color (decimal): -5632097 or 10424234. OLE color: 10424234.
HSL color Cylindrical-coordinate representation of color #AA0F9F: hue angle of 304.26º 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 #AA0F9F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 159 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.33 |
| HSL | 304.26º | 0.84% | 0.36% | - |
| HSV(B) | 304.26º | 0.91% | 0.67% | - |
| XYZ | 23.01 | 11.39 | 33.79 | - |
| YUV | 77.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 159 | 0 | 0.91 | 0.06 | 0.33 | 304.26 | 0.84 | 0.36 |
| Hex | AA | F | 9F | 0 | 5B | 6 | 21 | 130 | 54 | 24 |
| Octal | 252 | 17 | 237 | 0 | 133 | 6 | 41 | 460 | 124 | 44 |
| Binary | 10101010 | 1111 | 10011111 | 0 | 1011011 | 110 | 100001 | 100110000 | 1010100 | 100100 |
Color Harmonies of #AA0F9F
Complementary color
Monochromatic Colors of #AA0F9F
Black with #AA0F9F
Text Example
Text Example
White with #AA0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F9F; }
p { color: rgb(170,15,159); }
H1.HeaderClassName
{
color: #AA0F9F;
}
.AnyTagClassName
{
color: #AA0F9F;
}
</style>
background-color css
<style>
a { background-color: #AA0F9F; }
a { background-color: rgb(170,15,159); }
div.DivClassName
{
background-color: #AA0F9F;
}
.BgClassName
{
background-color: #AA0F9F;
}
</style>
border-color css
<style>
span { border-color: #AA0F9F; }
span { border-color: rgb(170,15,159); }
td.TdClassName
{
border-color: #AA0F9F;
}
.TagClassName
{
border-color: #AA0F9F;
}
</style>