Shades of Dark Magenta #AA11AA
Tints of Dark Magenta #AA11AA
RGB
CMYK
RGB Variations
Color information
#AA11AA (or 0xAA11AA) is known color: Dark Magenta. HEX triplet: AA, 11 and AA. RGB value is (170,17,170). Sum of RGB (Red+Green+Blue) = 170+17+170=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11AA is #55EE55. Grayscale: #4F4F4F. Windows color (decimal): -5631574 or 11145642. OLE color: 11145642.
HSL color Cylindrical-coordinate representation of color #AA11AA: hue angle of 300º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11AA is Cyan = 0, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 170 | - |
| CMYK | 0 | 0.9 | 0 | 0.33 |
| HSL | 300º | 0.82% | 0.37% | - |
| HSV(B) | 300º | 0.9% | 0.67% | - |
| XYZ | 24.03 | 11.85 | 39.05 | - |
| YUV | 80.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 170 | 0 | 0.9 | 0 | 0.33 | 300 | 0.82 | 0.37 |
| Hex | AA | 11 | AA | 0 | 5A | 0 | 21 | 12C | 52 | 25 |
| Octal | 252 | 21 | 252 | 0 | 132 | 0 | 41 | 454 | 122 | 45 |
| Binary | 10101010 | 10001 | 10101010 | 0 | 1011010 | 0 | 100001 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AA11AA
Complementary color
Monochromatic Colors of #AA11AA
Black with #AA11AA
Text Example
Text Example
White with #AA11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA11AA; }
p { color: rgb(170,17,170); }
H1.HeaderClassName
{
color: #AA11AA;
}
.AnyTagClassName
{
color: #AA11AA;
}
</style>
background-color css
<style>
a { background-color: #AA11AA; }
a { background-color: rgb(170,17,170); }
div.DivClassName
{
background-color: #AA11AA;
}
.BgClassName
{
background-color: #AA11AA;
}
</style>
border-color css
<style>
span { border-color: #AA11AA; }
span { border-color: rgb(170,17,170); }
td.TdClassName
{
border-color: #AA11AA;
}
.TagClassName
{
border-color: #AA11AA;
}
</style>