Shades of Dark Magenta #AA119D
Tints of Dark Magenta #AA119D
RGB
CMYK
RGB Variations
Color information
#AA119D (or 0xAA119D) is known color: Dark Magenta. HEX triplet: AA, 11 and 9D. RGB value is (170,17,157). Sum of RGB (Red+Green+Blue) = 170+17+157=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA119D is #55EE62. Grayscale: #4E4E4E. Windows color (decimal): -5631587 or 10293674. OLE color: 10293674.
HSL color Cylindrical-coordinate representation of color #AA119D: hue angle of 305.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA119D is Cyan = 0, Magento = 0.9, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 157 | - |
| CMYK | 0 | 0.9 | 0.08 | 0.33 |
| HSL | 305.1º | 0.82% | 0.37% | - |
| HSV(B) | 305.1º | 0.9% | 0.67% | - |
| XYZ | 22.86 | 11.38 | 32.89 | - |
| YUV | 78.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 157 | 0 | 0.9 | 0.08 | 0.33 | 305.1 | 0.82 | 0.37 |
| Hex | AA | 11 | 9D | 0 | 5A | 8 | 21 | 131 | 52 | 25 |
| Octal | 252 | 21 | 235 | 0 | 132 | 10 | 41 | 461 | 122 | 45 |
| Binary | 10101010 | 10001 | 10011101 | 0 | 1011010 | 1000 | 100001 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AA119D
Complementary color
Monochromatic Colors of #AA119D
Black with #AA119D
Text Example
Text Example
White with #AA119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA119D; }
p { color: rgb(170,17,157); }
H1.HeaderClassName
{
color: #AA119D;
}
.AnyTagClassName
{
color: #AA119D;
}
</style>
background-color css
<style>
a { background-color: #AA119D; }
a { background-color: rgb(170,17,157); }
div.DivClassName
{
background-color: #AA119D;
}
.BgClassName
{
background-color: #AA119D;
}
</style>
border-color css
<style>
span { border-color: #AA119D; }
span { border-color: rgb(170,17,157); }
td.TdClassName
{
border-color: #AA119D;
}
.TagClassName
{
border-color: #AA119D;
}
</style>