Shades of Dark Magenta #AA15AA
Tints of Dark Magenta #AA15AA
RGB
CMYK
RGB Variations
Color information
#AA15AA (or 0xAA15AA) is known color: Dark Magenta. HEX triplet: AA, 15 and AA. RGB value is (170,21,170). Sum of RGB (Red+Green+Blue) = 170+21+170=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15AA is #55EA55. Grayscale: #525252. Windows color (decimal): -5630550 or 11146666. OLE color: 11146666.
HSL color Cylindrical-coordinate representation of color #AA15AA: hue angle of 300º 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 #AA15AA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 170 | - |
| CMYK | 0 | 0.88 | 0 | 0.33 |
| HSL | 300º | 0.78% | 0.37% | - |
| HSV(B) | 300º | 0.88% | 0.67% | - |
| XYZ | 24.1 | 11.98 | 39.07 | - |
| YUV | 82.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 170 | 0 | 0.88 | 0 | 0.33 | 300 | 0.78 | 0.37 |
| Hex | AA | 15 | AA | 0 | 58 | 0 | 21 | 12C | 4E | 25 |
| Octal | 252 | 25 | 252 | 0 | 130 | 0 | 41 | 454 | 116 | 45 |
| Binary | 10101010 | 10101 | 10101010 | 0 | 1011000 | 0 | 100001 | 100101100 | 1001110 | 100101 |
Color Harmonies of #AA15AA
Complementary color
Monochromatic Colors of #AA15AA
Black with #AA15AA
Text Example
Text Example
White with #AA15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15AA; }
p { color: rgb(170,21,170); }
H1.HeaderClassName
{
color: #AA15AA;
}
.AnyTagClassName
{
color: #AA15AA;
}
</style>
background-color css
<style>
a { background-color: #AA15AA; }
a { background-color: rgb(170,21,170); }
div.DivClassName
{
background-color: #AA15AA;
}
.BgClassName
{
background-color: #AA15AA;
}
</style>
border-color css
<style>
span { border-color: #AA15AA; }
span { border-color: rgb(170,21,170); }
td.TdClassName
{
border-color: #AA15AA;
}
.TagClassName
{
border-color: #AA15AA;
}
</style>