Shades of Dark Magenta #AA19AA
Tints of Dark Magenta #AA19AA
RGB
CMYK
RGB Variations
Color information
#AA19AA (or 0xAA19AA) is known color: Dark Magenta. HEX triplet: AA, 19 and AA. RGB value is (170,25,170). Sum of RGB (Red+Green+Blue) = 170+25+170=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA19AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19AA is #55E655. Grayscale: #545454. Windows color (decimal): -5629526 or 11147690. OLE color: 11147690.
HSL color Cylindrical-coordinate representation of color #AA19AA: hue angle of 300º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA19AA is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 170 | - |
| CMYK | 0 | 0.85 | 0 | 0.33 |
| HSL | 300º | 0.74% | 0.38% | - |
| HSV(B) | 300º | 0.85% | 0.67% | - |
| XYZ | 24.18 | 12.14 | 39.1 | - |
| YUV | 84.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 170 | 0 | 0.85 | 0 | 0.33 | 300 | 0.74 | 0.38 |
| Hex | AA | 19 | AA | 0 | 55 | 0 | 21 | 12C | 4A | 26 |
| Octal | 252 | 31 | 252 | 0 | 125 | 0 | 41 | 454 | 112 | 46 |
| Binary | 10101010 | 11001 | 10101010 | 0 | 1010101 | 0 | 100001 | 100101100 | 1001010 | 100110 |
Color Harmonies of #AA19AA
Complementary color
Monochromatic Colors of #AA19AA
Black with #AA19AA
Text Example
Text Example
White with #AA19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19AA; }
p { color: rgb(170,25,170); }
H1.HeaderClassName
{
color: #AA19AA;
}
.AnyTagClassName
{
color: #AA19AA;
}
</style>
background-color css
<style>
a { background-color: #AA19AA; }
a { background-color: rgb(170,25,170); }
div.DivClassName
{
background-color: #AA19AA;
}
.BgClassName
{
background-color: #AA19AA;
}
</style>
border-color css
<style>
span { border-color: #AA19AA; }
span { border-color: rgb(170,25,170); }
td.TdClassName
{
border-color: #AA19AA;
}
.TagClassName
{
border-color: #AA19AA;
}
</style>