Shades of Dark Magenta #AA1499
Tints of Dark Magenta #AA1499
RGB
CMYK
RGB Variations
Color information
#AA1499 (or 0xAA1499) is known color: Dark Magenta. HEX triplet: AA, 14 and 99. RGB value is (170,20,153). Sum of RGB (Red+Green+Blue) = 170+20+153=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1499 is #55EB66. Grayscale: #4F4F4F. Windows color (decimal): -5630823 or 10032298. OLE color: 10032298.
HSL color Cylindrical-coordinate representation of color #AA1499: hue angle of 306.8º degrees, saturation: 0.79, 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 #AA1499 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 153 | - |
| CMYK | 0 | 0.88 | 0.1 | 0.33 |
| HSL | 306.8º | 0.79% | 0.37% | - |
| HSV(B) | 306.8º | 0.88% | 0.67% | - |
| XYZ | 22.58 | 11.35 | 31.14 | - |
| YUV | 80.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 153 | 0 | 0.88 | 0.1 | 0.33 | 306.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 99 | 0 | 58 | A | 21 | 133 | 4F | 25 |
| Octal | 252 | 24 | 231 | 0 | 130 | 12 | 41 | 463 | 117 | 45 |
| Binary | 10101010 | 10100 | 10011001 | 0 | 1011000 | 1010 | 100001 | 100110011 | 1001111 | 100101 |
Color Harmonies of #AA1499
Complementary color
Monochromatic Colors of #AA1499
Black with #AA1499
Text Example
Text Example
White with #AA1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1499; }
p { color: rgb(170,20,153); }
H1.HeaderClassName
{
color: #AA1499;
}
.AnyTagClassName
{
color: #AA1499;
}
</style>
background-color css
<style>
a { background-color: #AA1499; }
a { background-color: rgb(170,20,153); }
div.DivClassName
{
background-color: #AA1499;
}
.BgClassName
{
background-color: #AA1499;
}
</style>
border-color css
<style>
span { border-color: #AA1499; }
span { border-color: rgb(170,20,153); }
td.TdClassName
{
border-color: #AA1499;
}
.TagClassName
{
border-color: #AA1499;
}
</style>