Shades of Dark Magenta #AA149D
Tints of Dark Magenta #AA149D
RGB
CMYK
RGB Variations
Color information
#AA149D (or 0xAA149D) is known color: Dark Magenta. HEX triplet: AA, 14 and 9D. RGB value is (170,20,157). Sum of RGB (Red+Green+Blue) = 170+20+157=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA149D is #55EB62. Grayscale: #505050. Windows color (decimal): -5630819 or 10294442. OLE color: 10294442.
HSL color Cylindrical-coordinate representation of color #AA149D: hue angle of 305.2º 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 #AA149D is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 157 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.2º | 0.79% | 0.37% | - |
| HSV(B) | 305.2º | 0.88% | 0.67% | - |
| XYZ | 22.91 | 11.48 | 32.91 | - |
| YUV | 80.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 157 | 0 | 0.88 | 0.08 | 0.33 | 305.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 9D | 0 | 58 | 8 | 21 | 131 | 4F | 25 |
| Octal | 252 | 24 | 235 | 0 | 130 | 10 | 41 | 461 | 117 | 45 |
| Binary | 10101010 | 10100 | 10011101 | 0 | 1011000 | 1000 | 100001 | 100110001 | 1001111 | 100101 |
Color Harmonies of #AA149D
Complementary color
Monochromatic Colors of #AA149D
Black with #AA149D
Text Example
Text Example
White with #AA149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA149D; }
p { color: rgb(170,20,157); }
H1.HeaderClassName
{
color: #AA149D;
}
.AnyTagClassName
{
color: #AA149D;
}
</style>
background-color css
<style>
a { background-color: #AA149D; }
a { background-color: rgb(170,20,157); }
div.DivClassName
{
background-color: #AA149D;
}
.BgClassName
{
background-color: #AA149D;
}
</style>
border-color css
<style>
span { border-color: #AA149D; }
span { border-color: rgb(170,20,157); }
td.TdClassName
{
border-color: #AA149D;
}
.TagClassName
{
border-color: #AA149D;
}
</style>