Shades of Dark Magenta #AA139D
Tints of Dark Magenta #AA139D
RGB
CMYK
RGB Variations
Color information
#AA139D (or 0xAA139D) is known color: Dark Magenta. HEX triplet: AA, 13 and 9D. RGB value is (170,19,157). Sum of RGB (Red+Green+Blue) = 170+19+157=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA139D is #55EC62. Grayscale: #4F4F4F. Windows color (decimal): -5631075 or 10294186. OLE color: 10294186.
HSL color Cylindrical-coordinate representation of color #AA139D: hue angle of 305.17º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA139D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 157 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.33 |
| HSL | 305.17º | 0.8% | 0.37% | - |
| HSV(B) | 305.17º | 0.89% | 0.67% | - |
| XYZ | 22.9 | 11.45 | 32.9 | - |
| YUV | 79.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 157 | 0 | 0.89 | 0.08 | 0.33 | 305.17 | 0.8 | 0.37 |
| Hex | AA | 13 | 9D | 0 | 59 | 8 | 21 | 131 | 50 | 25 |
| Octal | 252 | 23 | 235 | 0 | 131 | 10 | 41 | 461 | 120 | 45 |
| Binary | 10101010 | 10011 | 10011101 | 0 | 1011001 | 1000 | 100001 | 100110001 | 1010000 | 100101 |
Color Harmonies of #AA139D
Complementary color
Monochromatic Colors of #AA139D
Black with #AA139D
Text Example
Text Example
White with #AA139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA139D; }
p { color: rgb(170,19,157); }
H1.HeaderClassName
{
color: #AA139D;
}
.AnyTagClassName
{
color: #AA139D;
}
</style>
background-color css
<style>
a { background-color: #AA139D; }
a { background-color: rgb(170,19,157); }
div.DivClassName
{
background-color: #AA139D;
}
.BgClassName
{
background-color: #AA139D;
}
</style>
border-color css
<style>
span { border-color: #AA139D; }
span { border-color: rgb(170,19,157); }
td.TdClassName
{
border-color: #AA139D;
}
.TagClassName
{
border-color: #AA139D;
}
</style>