Shades of Dark Magenta #AA179B
Tints of Dark Magenta #AA179B
RGB
CMYK
RGB Variations
Color information
#AA179B (or 0xAA179B) is known color: Dark Magenta. HEX triplet: AA, 17 and 9B. RGB value is (170,23,155). Sum of RGB (Red+Green+Blue) = 170+23+155=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA179B is #55E864. Grayscale: #515151. Windows color (decimal): -5630053 or 10164138. OLE color: 10164138.
HSL color Cylindrical-coordinate representation of color #AA179B: hue angle of 306.12º 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 #AA179B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 155 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.33 |
| HSL | 306.12º | 0.76% | 0.38% | - |
| HSV(B) | 306.12º | 0.86% | 0.67% | - |
| XYZ | 22.8 | 11.53 | 32.03 | - |
| YUV | 82 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 155 | 0 | 0.86 | 0.09 | 0.33 | 306.12 | 0.76 | 0.38 |
| Hex | AA | 17 | 9B | 0 | 56 | 9 | 21 | 132 | 4C | 26 |
| Octal | 252 | 27 | 233 | 0 | 126 | 11 | 41 | 462 | 114 | 46 |
| Binary | 10101010 | 10111 | 10011011 | 0 | 1010110 | 1001 | 100001 | 100110010 | 1001100 | 100110 |
Color Harmonies of #AA179B
Complementary color
Monochromatic Colors of #AA179B
Black with #AA179B
Text Example
Text Example
White with #AA179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA179B; }
p { color: rgb(170,23,155); }
H1.HeaderClassName
{
color: #AA179B;
}
.AnyTagClassName
{
color: #AA179B;
}
</style>
background-color css
<style>
a { background-color: #AA179B; }
a { background-color: rgb(170,23,155); }
div.DivClassName
{
background-color: #AA179B;
}
.BgClassName
{
background-color: #AA179B;
}
</style>
border-color css
<style>
span { border-color: #AA179B; }
span { border-color: rgb(170,23,155); }
td.TdClassName
{
border-color: #AA179B;
}
.TagClassName
{
border-color: #AA179B;
}
</style>