Shades of Dark Magenta #AA0293
Tints of Dark Magenta #AA0293
RGB
CMYK
RGB Variations
Color information
#AA0293 (or 0xAA0293) is known color: Dark Magenta. HEX triplet: AA, 02 and 93. RGB value is (170,2,147). Sum of RGB (Red+Green+Blue) = 170+2+147=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0293 is #55FD6C. Grayscale: #444444. Windows color (decimal): -5635437 or 9634474. OLE color: 9634474.
HSL color Cylindrical-coordinate representation of color #AA0293: hue angle of 308.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0293 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.33 |
| HSL | 308.21º | 0.98% | 0.34% | - |
| HSV(B) | 308.21º | 0.99% | 0.67% | - |
| XYZ | 21.87 | 10.7 | 28.52 | - |
| YUV | 68.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 147 | 0 | 0.99 | 0.14 | 0.33 | 308.21 | 0.98 | 0.34 |
| Hex | AA | 2 | 93 | 0 | 63 | E | 21 | 134 | 62 | 22 |
| Octal | 252 | 2 | 223 | 0 | 143 | 16 | 41 | 464 | 142 | 42 |
| Binary | 10101010 | 10 | 10010011 | 0 | 1100011 | 1110 | 100001 | 100110100 | 1100010 | 100010 |
Color Harmonies of #AA0293
Complementary color
Monochromatic Colors of #AA0293
Black with #AA0293
Text Example
Text Example
White with #AA0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0293; }
p { color: rgb(170,2,147); }
H1.HeaderClassName
{
color: #AA0293;
}
.AnyTagClassName
{
color: #AA0293;
}
</style>
background-color css
<style>
a { background-color: #AA0293; }
a { background-color: rgb(170,2,147); }
div.DivClassName
{
background-color: #AA0293;
}
.BgClassName
{
background-color: #AA0293;
}
</style>
border-color css
<style>
span { border-color: #AA0293; }
span { border-color: rgb(170,2,147); }
td.TdClassName
{
border-color: #AA0293;
}
.TagClassName
{
border-color: #AA0293;
}
</style>