Shades of Dark Magenta #AA009D
Tints of Dark Magenta #AA009D
RGB
CMYK
RGB Variations
Color information
#AA009D (or 0xAA009D) is known color: Dark Magenta. HEX triplet: AA, 00 and 9D. RGB value is (170,0,157). Sum of RGB (Red+Green+Blue) = 170+0+157=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA009D is #55FF62. Grayscale: #444444. Windows color (decimal): -5635939 or 10289322. OLE color: 10289322.
HSL color Cylindrical-coordinate representation of color #AA009D: hue angle of 304.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA009D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.08 | 0.33 |
| HSL | 304.59º | 1% | 0.33% | - |
| HSV(B) | 304.59º | 1% | 0.67% | - |
| XYZ | 22.66 | 10.98 | 32.82 | - |
| YUV | 68.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 157 | 0 | 1 | 0.08 | 0.33 | 304.59 | 1 | 0.33 |
| Hex | AA | 0 | 9D | 0 | 64 | 8 | 21 | 131 | 64 | 21 |
| Octal | 252 | 0 | 235 | 0 | 144 | 10 | 41 | 461 | 144 | 41 |
| Binary | 10101010 | 0 | 10011101 | 0 | 1100100 | 1000 | 100001 | 100110001 | 1100100 | 100001 |
Color Harmonies of #AA009D
Complementary color
Monochromatic Colors of #AA009D
Black with #AA009D
Text Example
Text Example
White with #AA009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA009D; }
p { color: rgb(170,0,157); }
H1.HeaderClassName
{
color: #AA009D;
}
.AnyTagClassName
{
color: #AA009D;
}
</style>
background-color css
<style>
a { background-color: #AA009D; }
a { background-color: rgb(170,0,157); }
div.DivClassName
{
background-color: #AA009D;
}
.BgClassName
{
background-color: #AA009D;
}
</style>
border-color css
<style>
span { border-color: #AA009D; }
span { border-color: rgb(170,0,157); }
td.TdClassName
{
border-color: #AA009D;
}
.TagClassName
{
border-color: #AA009D;
}
</style>