Shades of Dark Magenta #AA1599
Tints of Dark Magenta #AA1599
RGB
CMYK
RGB Variations
Color information
#AA1599 (or 0xAA1599) is known color: Dark Magenta. HEX triplet: AA, 15 and 99. RGB value is (170,21,153). Sum of RGB (Red+Green+Blue) = 170+21+153=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1599 is #55EA66. Grayscale: #505050. Windows color (decimal): -5630567 or 10032554. OLE color: 10032554.
HSL color Cylindrical-coordinate representation of color #AA1599: hue angle of 306.85º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1599 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 153 | - |
| CMYK | 0 | 0.88 | 0.1 | 0.33 |
| HSL | 306.85º | 0.78% | 0.37% | - |
| HSV(B) | 306.85º | 0.88% | 0.67% | - |
| XYZ | 22.6 | 11.38 | 31.14 | - |
| YUV | 80.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 153 | 0 | 0.88 | 0.1 | 0.33 | 306.85 | 0.78 | 0.37 |
| Hex | AA | 15 | 99 | 0 | 58 | A | 21 | 133 | 4E | 25 |
| Octal | 252 | 25 | 231 | 0 | 130 | 12 | 41 | 463 | 116 | 45 |
| Binary | 10101010 | 10101 | 10011001 | 0 | 1011000 | 1010 | 100001 | 100110011 | 1001110 | 100101 |
Color Harmonies of #AA1599
Complementary color
Monochromatic Colors of #AA1599
Black with #AA1599
Text Example
Text Example
White with #AA1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1599; }
p { color: rgb(170,21,153); }
H1.HeaderClassName
{
color: #AA1599;
}
.AnyTagClassName
{
color: #AA1599;
}
</style>
background-color css
<style>
a { background-color: #AA1599; }
a { background-color: rgb(170,21,153); }
div.DivClassName
{
background-color: #AA1599;
}
.BgClassName
{
background-color: #AA1599;
}
</style>
border-color css
<style>
span { border-color: #AA1599; }
span { border-color: rgb(170,21,153); }
td.TdClassName
{
border-color: #AA1599;
}
.TagClassName
{
border-color: #AA1599;
}
</style>