Shades of Dark Magenta #AA149C
Tints of Dark Magenta #AA149C
RGB
CMYK
RGB Variations
Color information
#AA149C (or 0xAA149C) is known color: Dark Magenta. HEX triplet: AA, 14 and 9C. RGB value is (170,20,156). Sum of RGB (Red+Green+Blue) = 170+20+156=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA149C is #55EB63. Grayscale: #4F4F4F. Windows color (decimal): -5630820 or 10228906. OLE color: 10228906.
HSL color Cylindrical-coordinate representation of color #AA149C: hue angle of 305.6º 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 #AA149C is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 156 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.33 |
| HSL | 305.6º | 0.79% | 0.37% | - |
| HSV(B) | 305.6º | 0.88% | 0.67% | - |
| XYZ | 22.83 | 11.45 | 32.46 | - |
| YUV | 80.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 156 | 0 | 0.88 | 0.08 | 0.33 | 305.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 9C | 0 | 58 | 8 | 21 | 132 | 4F | 25 |
| Octal | 252 | 24 | 234 | 0 | 130 | 10 | 41 | 462 | 117 | 45 |
| Binary | 10101010 | 10100 | 10011100 | 0 | 1011000 | 1000 | 100001 | 100110010 | 1001111 | 100101 |
Color Harmonies of #AA149C
Complementary color
Monochromatic Colors of #AA149C
Black with #AA149C
Text Example
Text Example
White with #AA149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA149C; }
p { color: rgb(170,20,156); }
H1.HeaderClassName
{
color: #AA149C;
}
.AnyTagClassName
{
color: #AA149C;
}
</style>
background-color css
<style>
a { background-color: #AA149C; }
a { background-color: rgb(170,20,156); }
div.DivClassName
{
background-color: #AA149C;
}
.BgClassName
{
background-color: #AA149C;
}
</style>
border-color css
<style>
span { border-color: #AA149C; }
span { border-color: rgb(170,20,156); }
td.TdClassName
{
border-color: #AA149C;
}
.TagClassName
{
border-color: #AA149C;
}
</style>