Shades of Dark Magenta #AA0092
Tints of Dark Magenta #AA0092
RGB
CMYK
RGB Variations
Color information
#AA0092 (or 0xAA0092) is known color: Dark Magenta. HEX triplet: AA, 00 and 92. RGB value is (170,0,146). Sum of RGB (Red+Green+Blue) = 170+0+146=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0092 is #55FF6D. Grayscale: #434343. Windows color (decimal): -5635950 or 9568426. OLE color: 9568426.
HSL color Cylindrical-coordinate representation of color #AA0092: hue angle of 308.47º 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 #AA0092 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.14 | 0.33 |
| HSL | 308.47º | 1% | 0.33% | - |
| HSV(B) | 308.47º | 1% | 0.67% | - |
| XYZ | 21.77 | 10.62 | 28.1 | - |
| YUV | 67.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 146 | 0 | 1 | 0.14 | 0.33 | 308.47 | 1 | 0.33 |
| Hex | AA | 0 | 92 | 0 | 64 | E | 21 | 134 | 64 | 21 |
| Octal | 252 | 0 | 222 | 0 | 144 | 16 | 41 | 464 | 144 | 41 |
| Binary | 10101010 | 0 | 10010010 | 0 | 1100100 | 1110 | 100001 | 100110100 | 1100100 | 100001 |
Color Harmonies of #AA0092
Complementary color
Monochromatic Colors of #AA0092
Black with #AA0092
Text Example
Text Example
White with #AA0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0092; }
p { color: rgb(170,0,146); }
H1.HeaderClassName
{
color: #AA0092;
}
.AnyTagClassName
{
color: #AA0092;
}
</style>
background-color css
<style>
a { background-color: #AA0092; }
a { background-color: rgb(170,0,146); }
div.DivClassName
{
background-color: #AA0092;
}
.BgClassName
{
background-color: #AA0092;
}
</style>
border-color css
<style>
span { border-color: #AA0092; }
span { border-color: rgb(170,0,146); }
td.TdClassName
{
border-color: #AA0092;
}
.TagClassName
{
border-color: #AA0092;
}
</style>