Shades of Dark Magenta #AA0291
Tints of Dark Magenta #AA0291
RGB
CMYK
RGB Variations
Color information
#AA0291 (or 0xAA0291) is known color: Dark Magenta. HEX triplet: AA, 02 and 91. RGB value is (170,2,145). Sum of RGB (Red+Green+Blue) = 170+2+145=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0291 is #55FD6E. Grayscale: #444444. Windows color (decimal): -5635439 or 9503402. OLE color: 9503402.
HSL color Cylindrical-coordinate representation of color #AA0291: hue angle of 308.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0291 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.33 |
| HSL | 308.93º | 0.98% | 0.34% | - |
| HSV(B) | 308.93º | 0.99% | 0.67% | - |
| XYZ | 21.71 | 10.63 | 27.7 | - |
| YUV | 68.53 | 171.16 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 145 | 0 | 0.99 | 0.15 | 0.33 | 308.93 | 0.98 | 0.34 |
| Hex | AA | 2 | 91 | 0 | 63 | F | 21 | 135 | 62 | 22 |
| Octal | 252 | 2 | 221 | 0 | 143 | 17 | 41 | 465 | 142 | 42 |
| Binary | 10101010 | 10 | 10010001 | 0 | 1100011 | 1111 | 100001 | 100110101 | 1100010 | 100010 |
Color Harmonies of #AA0291
Complementary color
Monochromatic Colors of #AA0291
Black with #AA0291
Text Example
Text Example
White with #AA0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0291; }
p { color: rgb(170,2,145); }
H1.HeaderClassName
{
color: #AA0291;
}
.AnyTagClassName
{
color: #AA0291;
}
</style>
background-color css
<style>
a { background-color: #AA0291; }
a { background-color: rgb(170,2,145); }
div.DivClassName
{
background-color: #AA0291;
}
.BgClassName
{
background-color: #AA0291;
}
</style>
border-color css
<style>
span { border-color: #AA0291; }
span { border-color: rgb(170,2,145); }
td.TdClassName
{
border-color: #AA0291;
}
.TagClassName
{
border-color: #AA0291;
}
</style>