Shades of Dark Magenta #AA1399
Tints of Dark Magenta #AA1399
RGB
CMYK
RGB Variations
Color information
#AA1399 (or 0xAA1399) is known color: Dark Magenta. HEX triplet: AA, 13 and 99. RGB value is (170,19,153). Sum of RGB (Red+Green+Blue) = 170+19+153=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1399 is #55EC66. Grayscale: #4F4F4F. Windows color (decimal): -5631079 or 10032042. OLE color: 10032042.
HSL color Cylindrical-coordinate representation of color #AA1399: hue angle of 306.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1399 is Cyan = 0, Magento = 0.89, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 153 | - |
| CMYK | 0 | 0.89 | 0.1 | 0.33 |
| HSL | 306.76º | 0.8% | 0.37% | - |
| HSV(B) | 306.76º | 0.89% | 0.67% | - |
| XYZ | 22.56 | 11.31 | 31.13 | - |
| YUV | 79.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 153 | 0 | 0.89 | 0.1 | 0.33 | 306.76 | 0.8 | 0.37 |
| Hex | AA | 13 | 99 | 0 | 59 | A | 21 | 133 | 50 | 25 |
| Octal | 252 | 23 | 231 | 0 | 131 | 12 | 41 | 463 | 120 | 45 |
| Binary | 10101010 | 10011 | 10011001 | 0 | 1011001 | 1010 | 100001 | 100110011 | 1010000 | 100101 |
Color Harmonies of #AA1399
Complementary color
Monochromatic Colors of #AA1399
Black with #AA1399
Text Example
Text Example
White with #AA1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1399; }
p { color: rgb(170,19,153); }
H1.HeaderClassName
{
color: #AA1399;
}
.AnyTagClassName
{
color: #AA1399;
}
</style>
background-color css
<style>
a { background-color: #AA1399; }
a { background-color: rgb(170,19,153); }
div.DivClassName
{
background-color: #AA1399;
}
.BgClassName
{
background-color: #AA1399;
}
</style>
border-color css
<style>
span { border-color: #AA1399; }
span { border-color: rgb(170,19,153); }
td.TdClassName
{
border-color: #AA1399;
}
.TagClassName
{
border-color: #AA1399;
}
</style>