Shades of Dark Magenta #AA15A6
Tints of Dark Magenta #AA15A6
RGB
CMYK
RGB Variations
Color information
#AA15A6 (or 0xAA15A6) is known color: Dark Magenta. HEX triplet: AA, 15 and A6. RGB value is (170,21,166). Sum of RGB (Red+Green+Blue) = 170+21+166=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA15A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15A6 is #55EA59. Grayscale: #515151. Windows color (decimal): -5630554 or 10884522. OLE color: 10884522.
HSL color Cylindrical-coordinate representation of color #AA15A6: hue angle of 301.61º 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 #AA15A6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 166 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.33 |
| HSL | 301.61º | 0.78% | 0.37% | - |
| HSV(B) | 301.61º | 0.88% | 0.67% | - |
| XYZ | 23.73 | 11.84 | 37.11 | - |
| YUV | 82.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 166 | 0 | 0.88 | 0.02 | 0.33 | 301.61 | 0.78 | 0.37 |
| Hex | AA | 15 | A6 | 0 | 58 | 2 | 21 | 12E | 4E | 25 |
| Octal | 252 | 25 | 246 | 0 | 130 | 2 | 41 | 456 | 116 | 45 |
| Binary | 10101010 | 10101 | 10100110 | 0 | 1011000 | 10 | 100001 | 100101110 | 1001110 | 100101 |
Color Harmonies of #AA15A6
Complementary color
Monochromatic Colors of #AA15A6
Black with #AA15A6
Text Example
Text Example
White with #AA15A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15A6; }
p { color: rgb(170,21,166); }
H1.HeaderClassName
{
color: #AA15A6;
}
.AnyTagClassName
{
color: #AA15A6;
}
</style>
background-color css
<style>
a { background-color: #AA15A6; }
a { background-color: rgb(170,21,166); }
div.DivClassName
{
background-color: #AA15A6;
}
.BgClassName
{
background-color: #AA15A6;
}
</style>
border-color css
<style>
span { border-color: #AA15A6; }
span { border-color: rgb(170,21,166); }
td.TdClassName
{
border-color: #AA15A6;
}
.TagClassName
{
border-color: #AA15A6;
}
</style>