Shades of Dark Magenta #AA1DA2
Tints of Dark Magenta #AA1DA2
RGB
CMYK
RGB Variations
Color information
#AA1DA2 (or 0xAA1DA2) is known color: Dark Magenta. HEX triplet: AA, 1D and A2. RGB value is (170,29,162). Sum of RGB (Red+Green+Blue) = 170+29+162=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA2 is #55E25D. Grayscale: #555555. Windows color (decimal): -5628510 or 10624426. OLE color: 10624426.
HSL color Cylindrical-coordinate representation of color #AA1DA2: hue angle of 303.4º 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 #AA1DA2 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 162 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.33 |
| HSL | 303.4º | 0.71% | 0.39% | - |
| HSV(B) | 303.4º | 0.83% | 0.67% | - |
| XYZ | 23.54 | 12.03 | 35.26 | - |
| YUV | 86.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 162 | 0 | 0.83 | 0.05 | 0.33 | 303.4 | 0.71 | 0.39 |
| Hex | AA | 1D | A2 | 0 | 53 | 5 | 21 | 12F | 47 | 27 |
| Octal | 252 | 35 | 242 | 0 | 123 | 5 | 41 | 457 | 107 | 47 |
| Binary | 10101010 | 11101 | 10100010 | 0 | 1010011 | 101 | 100001 | 100101111 | 1000111 | 100111 |
Color Harmonies of #AA1DA2
Complementary color
Monochromatic Colors of #AA1DA2
Black with #AA1DA2
Text Example
Text Example
White with #AA1DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DA2; }
p { color: rgb(170,29,162); }
H1.HeaderClassName
{
color: #AA1DA2;
}
.AnyTagClassName
{
color: #AA1DA2;
}
</style>
background-color css
<style>
a { background-color: #AA1DA2; }
a { background-color: rgb(170,29,162); }
div.DivClassName
{
background-color: #AA1DA2;
}
.BgClassName
{
background-color: #AA1DA2;
}
</style>
border-color css
<style>
span { border-color: #AA1DA2; }
span { border-color: rgb(170,29,162); }
td.TdClassName
{
border-color: #AA1DA2;
}
.TagClassName
{
border-color: #AA1DA2;
}
</style>