Shades of Dark Magenta #AA189E
Tints of Dark Magenta #AA189E
RGB
CMYK
RGB Variations
Color information
#AA189E (or 0xAA189E) is known color: Dark Magenta. HEX triplet: AA, 18 and 9E. RGB value is (170,24,158). Sum of RGB (Red+Green+Blue) = 170+24+158=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA189E is #55E761. Grayscale: #525252. Windows color (decimal): -5629794 or 10361002. OLE color: 10361002.
HSL color Cylindrical-coordinate representation of color #AA189E: hue angle of 304.93º degrees, saturation: 0.75, 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 #AA189E is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 158 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.33 |
| HSL | 304.93º | 0.75% | 0.38% | - |
| HSV(B) | 304.93º | 0.86% | 0.67% | - |
| XYZ | 23.08 | 11.67 | 33.38 | - |
| YUV | 82.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 158 | 0 | 0.86 | 0.07 | 0.33 | 304.93 | 0.75 | 0.38 |
| Hex | AA | 18 | 9E | 0 | 56 | 7 | 21 | 131 | 4B | 26 |
| Octal | 252 | 30 | 236 | 0 | 126 | 7 | 41 | 461 | 113 | 46 |
| Binary | 10101010 | 11000 | 10011110 | 0 | 1010110 | 111 | 100001 | 100110001 | 1001011 | 100110 |
Color Harmonies of #AA189E
Complementary color
Monochromatic Colors of #AA189E
Black with #AA189E
Text Example
Text Example
White with #AA189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA189E; }
p { color: rgb(170,24,158); }
H1.HeaderClassName
{
color: #AA189E;
}
.AnyTagClassName
{
color: #AA189E;
}
</style>
background-color css
<style>
a { background-color: #AA189E; }
a { background-color: rgb(170,24,158); }
div.DivClassName
{
background-color: #AA189E;
}
.BgClassName
{
background-color: #AA189E;
}
</style>
border-color css
<style>
span { border-color: #AA189E; }
span { border-color: rgb(170,24,158); }
td.TdClassName
{
border-color: #AA189E;
}
.TagClassName
{
border-color: #AA189E;
}
</style>