Shades of Dark Magenta #AA1AA2
Tints of Dark Magenta #AA1AA2
RGB
CMYK
RGB Variations
Color information
#AA1AA2 (or 0xAA1AA2) is known color: Dark Magenta. HEX triplet: AA, 1A and A2. RGB value is (170,26,162). Sum of RGB (Red+Green+Blue) = 170+26+162=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AA2 is #55E55D. Grayscale: #545454. Windows color (decimal): -5629278 or 10623658. OLE color: 10623658.
HSL color Cylindrical-coordinate representation of color #AA1AA2: hue angle of 303.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1AA2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 162 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.33 |
| HSL | 303.33º | 0.73% | 0.38% | - |
| HSV(B) | 303.33º | 0.85% | 0.67% | - |
| XYZ | 23.47 | 11.89 | 35.24 | - |
| YUV | 84.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 162 | 0 | 0.85 | 0.05 | 0.33 | 303.33 | 0.73 | 0.38 |
| Hex | AA | 1A | A2 | 0 | 55 | 5 | 21 | 12F | 49 | 26 |
| Octal | 252 | 32 | 242 | 0 | 125 | 5 | 41 | 457 | 111 | 46 |
| Binary | 10101010 | 11010 | 10100010 | 0 | 1010101 | 101 | 100001 | 100101111 | 1001001 | 100110 |
Color Harmonies of #AA1AA2
Complementary color
Monochromatic Colors of #AA1AA2
Black with #AA1AA2
Text Example
Text Example
White with #AA1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AA2; }
p { color: rgb(170,26,162); }
H1.HeaderClassName
{
color: #AA1AA2;
}
.AnyTagClassName
{
color: #AA1AA2;
}
</style>
background-color css
<style>
a { background-color: #AA1AA2; }
a { background-color: rgb(170,26,162); }
div.DivClassName
{
background-color: #AA1AA2;
}
.BgClassName
{
background-color: #AA1AA2;
}
</style>
border-color css
<style>
span { border-color: #AA1AA2; }
span { border-color: rgb(170,26,162); }
td.TdClassName
{
border-color: #AA1AA2;
}
.TagClassName
{
border-color: #AA1AA2;
}
</style>