Shades of Dark Magenta #AA1AA6
Tints of Dark Magenta #AA1AA6
RGB
CMYK
RGB Variations
Color information
#AA1AA6 (or 0xAA1AA6) is known color: Dark Magenta. HEX triplet: AA, 1A and A6. RGB value is (170,26,166). Sum of RGB (Red+Green+Blue) = 170+26+166=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1AA6 is #55E559. Grayscale: #545454. Windows color (decimal): -5629274 or 10885802. OLE color: 10885802.
HSL color Cylindrical-coordinate representation of color #AA1AA6: hue angle of 301.67º 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 #AA1AA6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 166 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.33 |
| HSL | 301.67º | 0.73% | 0.38% | - |
| HSV(B) | 301.67º | 0.85% | 0.67% | - |
| XYZ | 23.83 | 12.04 | 37.14 | - |
| YUV | 85.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 166 | 0 | 0.85 | 0.02 | 0.33 | 301.67 | 0.73 | 0.38 |
| Hex | AA | 1A | A6 | 0 | 55 | 2 | 21 | 12E | 49 | 26 |
| Octal | 252 | 32 | 246 | 0 | 125 | 2 | 41 | 456 | 111 | 46 |
| Binary | 10101010 | 11010 | 10100110 | 0 | 1010101 | 10 | 100001 | 100101110 | 1001001 | 100110 |
Color Harmonies of #AA1AA6
Complementary color
Monochromatic Colors of #AA1AA6
Black with #AA1AA6
Text Example
Text Example
White with #AA1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AA6; }
p { color: rgb(170,26,166); }
H1.HeaderClassName
{
color: #AA1AA6;
}
.AnyTagClassName
{
color: #AA1AA6;
}
</style>
background-color css
<style>
a { background-color: #AA1AA6; }
a { background-color: rgb(170,26,166); }
div.DivClassName
{
background-color: #AA1AA6;
}
.BgClassName
{
background-color: #AA1AA6;
}
</style>
border-color css
<style>
span { border-color: #AA1AA6; }
span { border-color: rgb(170,26,166); }
td.TdClassName
{
border-color: #AA1AA6;
}
.TagClassName
{
border-color: #AA1AA6;
}
</style>