Shades of Dark Magenta #AA149F
Tints of Dark Magenta #AA149F
RGB
CMYK
RGB Variations
Color information
#AA149F (or 0xAA149F) is known color: Dark Magenta. HEX triplet: AA, 14 and 9F. RGB value is (170,20,159). Sum of RGB (Red+Green+Blue) = 170+20+159=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA149F is #55EB60. Grayscale: #505050. Windows color (decimal): -5630817 or 10425514. OLE color: 10425514.
HSL color Cylindrical-coordinate representation of color #AA149F: hue angle of 304.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA149F is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 159 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.33 |
| HSL | 304.4º | 0.79% | 0.37% | - |
| HSV(B) | 304.4º | 0.88% | 0.67% | - |
| XYZ | 23.09 | 11.55 | 33.81 | - |
| YUV | 80.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 159 | 0 | 0.88 | 0.06 | 0.33 | 304.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 9F | 0 | 58 | 6 | 21 | 130 | 4F | 25 |
| Octal | 252 | 24 | 237 | 0 | 130 | 6 | 41 | 460 | 117 | 45 |
| Binary | 10101010 | 10100 | 10011111 | 0 | 1011000 | 110 | 100001 | 100110000 | 1001111 | 100101 |
Color Harmonies of #AA149F
Complementary color
Monochromatic Colors of #AA149F
Black with #AA149F
Text Example
Text Example
White with #AA149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA149F; }
p { color: rgb(170,20,159); }
H1.HeaderClassName
{
color: #AA149F;
}
.AnyTagClassName
{
color: #AA149F;
}
</style>
background-color css
<style>
a { background-color: #AA149F; }
a { background-color: rgb(170,20,159); }
div.DivClassName
{
background-color: #AA149F;
}
.BgClassName
{
background-color: #AA149F;
}
</style>
border-color css
<style>
span { border-color: #AA149F; }
span { border-color: rgb(170,20,159); }
td.TdClassName
{
border-color: #AA149F;
}
.TagClassName
{
border-color: #AA149F;
}
</style>