Shades of Dark Magenta #AA088E
Tints of Dark Magenta #AA088E
RGB
CMYK
RGB Variations
Color information
#AA088E (or 0xAA088E) is known color: Dark Magenta. HEX triplet: AA, 08 and 8E. RGB value is (170,8,142). Sum of RGB (Red+Green+Blue) = 170+8+142=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA088E is #55F771. Grayscale: #474747. Windows color (decimal): -5633906 or 9308330. OLE color: 9308330.
HSL color Cylindrical-coordinate representation of color #AA088E: hue angle of 310.37º 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 #AA088E is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 142 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.33 |
| HSL | 310.37º | 0.91% | 0.35% | - |
| HSV(B) | 310.37º | 0.95% | 0.67% | - |
| XYZ | 21.55 | 10.67 | 26.52 | - |
| YUV | 71.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 142 | 0 | 0.95 | 0.16 | 0.33 | 310.37 | 0.91 | 0.35 |
| Hex | AA | 8 | 8E | 0 | 5F | 10 | 21 | 136 | 5B | 23 |
| Octal | 252 | 10 | 216 | 0 | 137 | 20 | 41 | 466 | 133 | 43 |
| Binary | 10101010 | 1000 | 10001110 | 0 | 1011111 | 10000 | 100001 | 100110110 | 1011011 | 100011 |
Color Harmonies of #AA088E
Complementary color
Monochromatic Colors of #AA088E
Black with #AA088E
Text Example
Text Example
White with #AA088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA088E; }
p { color: rgb(170,8,142); }
H1.HeaderClassName
{
color: #AA088E;
}
.AnyTagClassName
{
color: #AA088E;
}
</style>
background-color css
<style>
a { background-color: #AA088E; }
a { background-color: rgb(170,8,142); }
div.DivClassName
{
background-color: #AA088E;
}
.BgClassName
{
background-color: #AA088E;
}
</style>
border-color css
<style>
span { border-color: #AA088E; }
span { border-color: rgb(170,8,142); }
td.TdClassName
{
border-color: #AA088E;
}
.TagClassName
{
border-color: #AA088E;
}
</style>