Shades of Dark Magenta #AA17A6
Tints of Dark Magenta #AA17A6
RGB
CMYK
RGB Variations
Color information
#AA17A6 (or 0xAA17A6) is known color: Dark Magenta. HEX triplet: AA, 17 and A6. RGB value is (170,23,166). Sum of RGB (Red+Green+Blue) = 170+23+166=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A6 is #55E859. Grayscale: #525252. Windows color (decimal): -5630042 or 10885034. OLE color: 10885034.
HSL color Cylindrical-coordinate representation of color #AA17A6: hue angle of 301.63º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA17A6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 166 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.33 |
| HSL | 301.63º | 0.76% | 0.38% | - |
| HSV(B) | 301.63º | 0.86% | 0.67% | - |
| XYZ | 23.77 | 11.91 | 37.12 | - |
| YUV | 83.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 166 | 0 | 0.86 | 0.02 | 0.33 | 301.63 | 0.76 | 0.38 |
| Hex | AA | 17 | A6 | 0 | 56 | 2 | 21 | 12E | 4C | 26 |
| Octal | 252 | 27 | 246 | 0 | 126 | 2 | 41 | 456 | 114 | 46 |
| Binary | 10101010 | 10111 | 10100110 | 0 | 1010110 | 10 | 100001 | 100101110 | 1001100 | 100110 |
Color Harmonies of #AA17A6
Complementary color
Monochromatic Colors of #AA17A6
Black with #AA17A6
Text Example
Text Example
White with #AA17A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17A6; }
p { color: rgb(170,23,166); }
H1.HeaderClassName
{
color: #AA17A6;
}
.AnyTagClassName
{
color: #AA17A6;
}
</style>
background-color css
<style>
a { background-color: #AA17A6; }
a { background-color: rgb(170,23,166); }
div.DivClassName
{
background-color: #AA17A6;
}
.BgClassName
{
background-color: #AA17A6;
}
</style>
border-color css
<style>
span { border-color: #AA17A6; }
span { border-color: rgb(170,23,166); }
td.TdClassName
{
border-color: #AA17A6;
}
.TagClassName
{
border-color: #AA17A6;
}
</style>