Shades of Dark Magenta #AA139B
Tints of Dark Magenta #AA139B
RGB
CMYK
RGB Variations
Color information
#AA139B (or 0xAA139B) is known color: Dark Magenta. HEX triplet: AA, 13 and 9B. RGB value is (170,19,155). Sum of RGB (Red+Green+Blue) = 170+19+155=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA139B is #55EC64. Grayscale: #4F4F4F. Windows color (decimal): -5631077 or 10163114. OLE color: 10163114.
HSL color Cylindrical-coordinate representation of color #AA139B: hue angle of 305.96º 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 #AA139B is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 155 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.33 |
| HSL | 305.96º | 0.8% | 0.37% | - |
| HSV(B) | 305.96º | 0.89% | 0.67% | - |
| XYZ | 22.73 | 11.38 | 32.01 | - |
| YUV | 79.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 155 | 0 | 0.89 | 0.09 | 0.33 | 305.96 | 0.8 | 0.37 |
| Hex | AA | 13 | 9B | 0 | 59 | 9 | 21 | 132 | 50 | 25 |
| Octal | 252 | 23 | 233 | 0 | 131 | 11 | 41 | 462 | 120 | 45 |
| Binary | 10101010 | 10011 | 10011011 | 0 | 1011001 | 1001 | 100001 | 100110010 | 1010000 | 100101 |
Color Harmonies of #AA139B
Complementary color
Monochromatic Colors of #AA139B
Black with #AA139B
Text Example
Text Example
White with #AA139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA139B; }
p { color: rgb(170,19,155); }
H1.HeaderClassName
{
color: #AA139B;
}
.AnyTagClassName
{
color: #AA139B;
}
</style>
background-color css
<style>
a { background-color: #AA139B; }
a { background-color: rgb(170,19,155); }
div.DivClassName
{
background-color: #AA139B;
}
.BgClassName
{
background-color: #AA139B;
}
</style>
border-color css
<style>
span { border-color: #AA139B; }
span { border-color: rgb(170,19,155); }
td.TdClassName
{
border-color: #AA139B;
}
.TagClassName
{
border-color: #AA139B;
}
</style>