Shades of Dark Magenta #AA0890
Tints of Dark Magenta #AA0890
RGB
CMYK
RGB Variations
Color information
#AA0890 (or 0xAA0890) is known color: Dark Magenta. HEX triplet: AA, 08 and 90. RGB value is (170,8,144). Sum of RGB (Red+Green+Blue) = 170+8+144=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0890 is #55F76F. Grayscale: #474747. Windows color (decimal): -5633904 or 9439402. OLE color: 9439402.
HSL color Cylindrical-coordinate representation of color #AA0890: hue angle of 309.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0890 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 144 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.33 |
| HSL | 309.63º | 0.91% | 0.35% | - |
| HSV(B) | 309.63º | 0.95% | 0.67% | - |
| XYZ | 21.7 | 10.73 | 27.31 | - |
| YUV | 71.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 144 | 0 | 0.95 | 0.15 | 0.33 | 309.63 | 0.91 | 0.35 |
| Hex | AA | 8 | 90 | 0 | 5F | F | 21 | 136 | 5B | 23 |
| Octal | 252 | 10 | 220 | 0 | 137 | 17 | 41 | 466 | 133 | 43 |
| Binary | 10101010 | 1000 | 10010000 | 0 | 1011111 | 1111 | 100001 | 100110110 | 1011011 | 100011 |
Color Harmonies of #AA0890
Complementary color
Monochromatic Colors of #AA0890
Black with #AA0890
Text Example
Text Example
White with #AA0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0890; }
p { color: rgb(170,8,144); }
H1.HeaderClassName
{
color: #AA0890;
}
.AnyTagClassName
{
color: #AA0890;
}
</style>
background-color css
<style>
a { background-color: #AA0890; }
a { background-color: rgb(170,8,144); }
div.DivClassName
{
background-color: #AA0890;
}
.BgClassName
{
background-color: #AA0890;
}
</style>
border-color css
<style>
span { border-color: #AA0890; }
span { border-color: rgb(170,8,144); }
td.TdClassName
{
border-color: #AA0890;
}
.TagClassName
{
border-color: #AA0890;
}
</style>