Shades of Dark Magenta #AA1DA6
Tints of Dark Magenta #AA1DA6
RGB
CMYK
RGB Variations
Color information
#AA1DA6 (or 0xAA1DA6) is known color: Dark Magenta. HEX triplet: AA, 1D and A6. RGB value is (170,29,166). Sum of RGB (Red+Green+Blue) = 170+29+166=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA6 is #55E259. Grayscale: #565656. Windows color (decimal): -5628506 or 10886570. OLE color: 10886570.
HSL color Cylindrical-coordinate representation of color #AA1DA6: hue angle of 301.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DA6 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 166 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.33 |
| HSL | 301.7º | 0.71% | 0.39% | - |
| HSV(B) | 301.7º | 0.83% | 0.67% | - |
| XYZ | 23.9 | 12.18 | 37.17 | - |
| YUV | 86.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 166 | 0 | 0.83 | 0.02 | 0.33 | 301.7 | 0.71 | 0.39 |
| Hex | AA | 1D | A6 | 0 | 53 | 2 | 21 | 12E | 47 | 27 |
| Octal | 252 | 35 | 246 | 0 | 123 | 2 | 41 | 456 | 107 | 47 |
| Binary | 10101010 | 11101 | 10100110 | 0 | 1010011 | 10 | 100001 | 100101110 | 1000111 | 100111 |
Color Harmonies of #AA1DA6
Complementary color
Monochromatic Colors of #AA1DA6
Black with #AA1DA6
Text Example
Text Example
White with #AA1DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DA6; }
p { color: rgb(170,29,166); }
H1.HeaderClassName
{
color: #AA1DA6;
}
.AnyTagClassName
{
color: #AA1DA6;
}
</style>
background-color css
<style>
a { background-color: #AA1DA6; }
a { background-color: rgb(170,29,166); }
div.DivClassName
{
background-color: #AA1DA6;
}
.BgClassName
{
background-color: #AA1DA6;
}
</style>
border-color css
<style>
span { border-color: #AA1DA6; }
span { border-color: rgb(170,29,166); }
td.TdClassName
{
border-color: #AA1DA6;
}
.TagClassName
{
border-color: #AA1DA6;
}
</style>