Shades of Dark Magenta #AA12A0
Tints of Dark Magenta #AA12A0
RGB
CMYK
RGB Variations
Color information
#AA12A0 (or 0xAA12A0) is known color: Dark Magenta. HEX triplet: AA, 12 and A0. RGB value is (170,18,160). Sum of RGB (Red+Green+Blue) = 170+18+160=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12A0 is #55ED5F. Grayscale: #4F4F4F. Windows color (decimal): -5631328 or 10490538. OLE color: 10490538.
HSL color Cylindrical-coordinate representation of color #AA12A0: hue angle of 303.95º degrees, saturation: 0.81, 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 #AA12A0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 160 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.33 |
| HSL | 303.95º | 0.81% | 0.37% | - |
| HSV(B) | 303.95º | 0.89% | 0.67% | - |
| XYZ | 23.14 | 11.52 | 34.26 | - |
| YUV | 79.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 160 | 0 | 0.89 | 0.06 | 0.33 | 303.95 | 0.81 | 0.37 |
| Hex | AA | 12 | A0 | 0 | 59 | 6 | 21 | 130 | 51 | 25 |
| Octal | 252 | 22 | 240 | 0 | 131 | 6 | 41 | 460 | 121 | 45 |
| Binary | 10101010 | 10010 | 10100000 | 0 | 1011001 | 110 | 100001 | 100110000 | 1010001 | 100101 |
Color Harmonies of #AA12A0
Complementary color
Monochromatic Colors of #AA12A0
Black with #AA12A0
Text Example
Text Example
White with #AA12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12A0; }
p { color: rgb(170,18,160); }
H1.HeaderClassName
{
color: #AA12A0;
}
.AnyTagClassName
{
color: #AA12A0;
}
</style>
background-color css
<style>
a { background-color: #AA12A0; }
a { background-color: rgb(170,18,160); }
div.DivClassName
{
background-color: #AA12A0;
}
.BgClassName
{
background-color: #AA12A0;
}
</style>
border-color css
<style>
span { border-color: #AA12A0; }
span { border-color: rgb(170,18,160); }
td.TdClassName
{
border-color: #AA12A0;
}
.TagClassName
{
border-color: #AA12A0;
}
</style>