Shades of Dark Magenta #AA17A8
Tints of Dark Magenta #AA17A8
RGB
CMYK
RGB Variations
Color information
#AA17A8 (or 0xAA17A8) is known color: Dark Magenta. HEX triplet: AA, 17 and A8. RGB value is (170,23,168). Sum of RGB (Red+Green+Blue) = 170+23+168=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A8 is #55E857. Grayscale: #535353. Windows color (decimal): -5630040 or 11016106. OLE color: 11016106.
HSL color Cylindrical-coordinate representation of color #AA17A8: hue angle of 300.82º 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 #AA17A8 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 168 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.33 |
| HSL | 300.82º | 0.76% | 0.38% | - |
| HSV(B) | 300.82º | 0.86% | 0.67% | - |
| XYZ | 23.95 | 11.99 | 38.1 | - |
| YUV | 83.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 168 | 0 | 0.86 | 0.01 | 0.33 | 300.82 | 0.76 | 0.38 |
| Hex | AA | 17 | A8 | 0 | 56 | 1 | 21 | 12D | 4C | 26 |
| Octal | 252 | 27 | 250 | 0 | 126 | 1 | 41 | 455 | 114 | 46 |
| Binary | 10101010 | 10111 | 10101000 | 0 | 1010110 | 1 | 100001 | 100101101 | 1001100 | 100110 |
Color Harmonies of #AA17A8
Complementary color
Monochromatic Colors of #AA17A8
Black with #AA17A8
Text Example
Text Example
White with #AA17A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA17A8; }
p { color: rgb(170,23,168); }
H1.HeaderClassName
{
color: #AA17A8;
}
.AnyTagClassName
{
color: #AA17A8;
}
</style>
background-color css
<style>
a { background-color: #AA17A8; }
a { background-color: rgb(170,23,168); }
div.DivClassName
{
background-color: #AA17A8;
}
.BgClassName
{
background-color: #AA17A8;
}
</style>
border-color css
<style>
span { border-color: #AA17A8; }
span { border-color: rgb(170,23,168); }
td.TdClassName
{
border-color: #AA17A8;
}
.TagClassName
{
border-color: #AA17A8;
}
</style>