Shades of Dark Magenta #AA089C
Tints of Dark Magenta #AA089C
RGB
CMYK
RGB Variations
Color information
#AA089C (or 0xAA089C) is known color: Dark Magenta. HEX triplet: AA, 08 and 9C. RGB value is (170,8,156). Sum of RGB (Red+Green+Blue) = 170+8+156=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA089C is #55F763. Grayscale: #484848. Windows color (decimal): -5633892 or 10225834. OLE color: 10225834.
HSL color Cylindrical-coordinate representation of color #AA089C: hue angle of 305.19º 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 #AA089C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.33 |
| HSL | 305.19º | 0.91% | 0.35% | - |
| HSV(B) | 305.19º | 0.95% | 0.67% | - |
| XYZ | 22.67 | 11.12 | 32.4 | - |
| YUV | 73.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 156 | 0 | 0.95 | 0.08 | 0.33 | 305.19 | 0.91 | 0.35 |
| Hex | AA | 8 | 9C | 0 | 5F | 8 | 21 | 131 | 5B | 23 |
| Octal | 252 | 10 | 234 | 0 | 137 | 10 | 41 | 461 | 133 | 43 |
| Binary | 10101010 | 1000 | 10011100 | 0 | 1011111 | 1000 | 100001 | 100110001 | 1011011 | 100011 |
Color Harmonies of #AA089C
Complementary color
Monochromatic Colors of #AA089C
Black with #AA089C
Text Example
Text Example
White with #AA089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA089C; }
p { color: rgb(170,8,156); }
H1.HeaderClassName
{
color: #AA089C;
}
.AnyTagClassName
{
color: #AA089C;
}
</style>
background-color css
<style>
a { background-color: #AA089C; }
a { background-color: rgb(170,8,156); }
div.DivClassName
{
background-color: #AA089C;
}
.BgClassName
{
background-color: #AA089C;
}
</style>
border-color css
<style>
span { border-color: #AA089C; }
span { border-color: rgb(170,8,156); }
td.TdClassName
{
border-color: #AA089C;
}
.TagClassName
{
border-color: #AA089C;
}
</style>