Shades of Dark Magenta #AA189D
Tints of Dark Magenta #AA189D
RGB
CMYK
RGB Variations
Color information
#AA189D (or 0xAA189D) is known color: Dark Magenta. HEX triplet: AA, 18 and 9D. RGB value is (170,24,157). Sum of RGB (Red+Green+Blue) = 170+24+157=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA189D is #55E762. Grayscale: #525252. Windows color (decimal): -5629795 or 10295466. OLE color: 10295466.
HSL color Cylindrical-coordinate representation of color #AA189D: hue angle of 305.34º 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 #AA189D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 157 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.33 |
| HSL | 305.34º | 0.75% | 0.38% | - |
| HSV(B) | 305.34º | 0.86% | 0.67% | - |
| XYZ | 22.99 | 11.63 | 32.93 | - |
| YUV | 82.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 157 | 0 | 0.86 | 0.08 | 0.33 | 305.34 | 0.75 | 0.38 |
| Hex | AA | 18 | 9D | 0 | 56 | 8 | 21 | 131 | 4B | 26 |
| Octal | 252 | 30 | 235 | 0 | 126 | 10 | 41 | 461 | 113 | 46 |
| Binary | 10101010 | 11000 | 10011101 | 0 | 1010110 | 1000 | 100001 | 100110001 | 1001011 | 100110 |
Color Harmonies of #AA189D
Complementary color
Monochromatic Colors of #AA189D
Black with #AA189D
Text Example
Text Example
White with #AA189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA189D; }
p { color: rgb(170,24,157); }
H1.HeaderClassName
{
color: #AA189D;
}
.AnyTagClassName
{
color: #AA189D;
}
</style>
background-color css
<style>
a { background-color: #AA189D; }
a { background-color: rgb(170,24,157); }
div.DivClassName
{
background-color: #AA189D;
}
.BgClassName
{
background-color: #AA189D;
}
</style>
border-color css
<style>
span { border-color: #AA189D; }
span { border-color: rgb(170,24,157); }
td.TdClassName
{
border-color: #AA189D;
}
.TagClassName
{
border-color: #AA189D;
}
</style>