Shades of Dark Magenta #AA149E
Tints of Dark Magenta #AA149E
RGB
CMYK
RGB Variations
Color information
#AA149E (or 0xAA149E) is known color: Dark Magenta. HEX triplet: AA, 14 and 9E. RGB value is (170,20,158). Sum of RGB (Red+Green+Blue) = 170+20+158=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA149E is #55EB61. Grayscale: #505050. Windows color (decimal): -5630818 or 10359978. OLE color: 10359978.
HSL color Cylindrical-coordinate representation of color #AA149E: hue angle of 304.8º 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 #AA149E is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 158 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.33 |
| HSL | 304.8º | 0.79% | 0.37% | - |
| HSV(B) | 304.8º | 0.88% | 0.67% | - |
| XYZ | 23 | 11.51 | 33.36 | - |
| YUV | 80.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 158 | 0 | 0.88 | 0.07 | 0.33 | 304.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 9E | 0 | 58 | 7 | 21 | 131 | 4F | 25 |
| Octal | 252 | 24 | 236 | 0 | 130 | 7 | 41 | 461 | 117 | 45 |
| Binary | 10101010 | 10100 | 10011110 | 0 | 1011000 | 111 | 100001 | 100110001 | 1001111 | 100101 |
Color Harmonies of #AA149E
Complementary color
Monochromatic Colors of #AA149E
Black with #AA149E
Text Example
Text Example
White with #AA149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA149E; }
p { color: rgb(170,20,158); }
H1.HeaderClassName
{
color: #AA149E;
}
.AnyTagClassName
{
color: #AA149E;
}
</style>
background-color css
<style>
a { background-color: #AA149E; }
a { background-color: rgb(170,20,158); }
div.DivClassName
{
background-color: #AA149E;
}
.BgClassName
{
background-color: #AA149E;
}
</style>
border-color css
<style>
span { border-color: #AA149E; }
span { border-color: rgb(170,20,158); }
td.TdClassName
{
border-color: #AA149E;
}
.TagClassName
{
border-color: #AA149E;
}
</style>