Shades of Dark Magenta #AA099C
Tints of Dark Magenta #AA099C
RGB
CMYK
RGB Variations
Color information
#AA099C (or 0xAA099C) is known color: Dark Magenta. HEX triplet: AA, 09 and 9C. RGB value is (170,9,156). Sum of RGB (Red+Green+Blue) = 170+9+156=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA099C is #55F663. Grayscale: #494949. Windows color (decimal): -5633636 or 10226090. OLE color: 10226090.
HSL color Cylindrical-coordinate representation of color #AA099C: hue angle of 305.22º degrees, saturation: 0.9, 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 #AA099C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.33 |
| HSL | 305.22º | 0.9% | 0.35% | - |
| HSV(B) | 305.22º | 0.95% | 0.67% | - |
| XYZ | 22.68 | 11.14 | 32.41 | - |
| YUV | 73.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 156 | 0 | 0.95 | 0.08 | 0.33 | 305.22 | 0.9 | 0.35 |
| Hex | AA | 9 | 9C | 0 | 5F | 8 | 21 | 131 | 5A | 23 |
| Octal | 252 | 11 | 234 | 0 | 137 | 10 | 41 | 461 | 132 | 43 |
| Binary | 10101010 | 1001 | 10011100 | 0 | 1011111 | 1000 | 100001 | 100110001 | 1011010 | 100011 |
Color Harmonies of #AA099C
Complementary color
Monochromatic Colors of #AA099C
Black with #AA099C
Text Example
Text Example
White with #AA099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA099C; }
p { color: rgb(170,9,156); }
H1.HeaderClassName
{
color: #AA099C;
}
.AnyTagClassName
{
color: #AA099C;
}
</style>
background-color css
<style>
a { background-color: #AA099C; }
a { background-color: rgb(170,9,156); }
div.DivClassName
{
background-color: #AA099C;
}
.BgClassName
{
background-color: #AA099C;
}
</style>
border-color css
<style>
span { border-color: #AA099C; }
span { border-color: rgb(170,9,156); }
td.TdClassName
{
border-color: #AA099C;
}
.TagClassName
{
border-color: #AA099C;
}
</style>