Shades of Dark Magenta #AA088C
Tints of Dark Magenta #AA088C
RGB
CMYK
RGB Variations
Color information
#AA088C (or 0xAA088C) is known color: Dark Magenta. HEX triplet: AA, 08 and 8C. RGB value is (170,8,140). Sum of RGB (Red+Green+Blue) = 170+8+140=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA088C is #55F773. Grayscale: #474747. Windows color (decimal): -5633908 or 9177258. OLE color: 9177258.
HSL color Cylindrical-coordinate representation of color #AA088C: hue angle of 311.11º 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 #AA088C is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 140 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.33 |
| HSL | 311.11º | 0.91% | 0.35% | - |
| HSV(B) | 311.11º | 0.95% | 0.67% | - |
| XYZ | 21.4 | 10.61 | 25.73 | - |
| YUV | 71.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 140 | 0 | 0.95 | 0.18 | 0.33 | 311.11 | 0.91 | 0.35 |
| Hex | AA | 8 | 8C | 0 | 5F | 12 | 21 | 137 | 5B | 23 |
| Octal | 252 | 10 | 214 | 0 | 137 | 22 | 41 | 467 | 133 | 43 |
| Binary | 10101010 | 1000 | 10001100 | 0 | 1011111 | 10010 | 100001 | 100110111 | 1011011 | 100011 |
Color Harmonies of #AA088C
Complementary color
Monochromatic Colors of #AA088C
Black with #AA088C
Text Example
Text Example
White with #AA088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA088C; }
p { color: rgb(170,8,140); }
H1.HeaderClassName
{
color: #AA088C;
}
.AnyTagClassName
{
color: #AA088C;
}
</style>
background-color css
<style>
a { background-color: #AA088C; }
a { background-color: rgb(170,8,140); }
div.DivClassName
{
background-color: #AA088C;
}
.BgClassName
{
background-color: #AA088C;
}
</style>
border-color css
<style>
span { border-color: #AA088C; }
span { border-color: rgb(170,8,140); }
td.TdClassName
{
border-color: #AA088C;
}
.TagClassName
{
border-color: #AA088C;
}
</style>