Shades of Dark Magenta #AA0593
Tints of Dark Magenta #AA0593
RGB
CMYK
RGB Variations
Color information
#AA0593 (or 0xAA0593) is known color: Dark Magenta. HEX triplet: AA, 05 and 93. RGB value is (170,5,147). Sum of RGB (Red+Green+Blue) = 170+5+147=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0593 is #55FA6C. Grayscale: #464646. Windows color (decimal): -5634669 or 9635242. OLE color: 9635242.
HSL color Cylindrical-coordinate representation of color #AA0593: hue angle of 308.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0593 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.33 |
| HSL | 308.36º | 0.94% | 0.34% | - |
| HSV(B) | 308.36º | 0.97% | 0.67% | - |
| XYZ | 21.9 | 10.76 | 28.53 | - |
| YUV | 70.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 147 | 0 | 0.97 | 0.14 | 0.33 | 308.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 93 | 0 | 61 | E | 21 | 134 | 5E | 22 |
| Octal | 252 | 5 | 223 | 0 | 141 | 16 | 41 | 464 | 136 | 42 |
| Binary | 10101010 | 101 | 10010011 | 0 | 1100001 | 1110 | 100001 | 100110100 | 1011110 | 100010 |
Color Harmonies of #AA0593
Complementary color
Monochromatic Colors of #AA0593
Black with #AA0593
Text Example
Text Example
White with #AA0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0593; }
p { color: rgb(170,5,147); }
H1.HeaderClassName
{
color: #AA0593;
}
.AnyTagClassName
{
color: #AA0593;
}
</style>
background-color css
<style>
a { background-color: #AA0593; }
a { background-color: rgb(170,5,147); }
div.DivClassName
{
background-color: #AA0593;
}
.BgClassName
{
background-color: #AA0593;
}
</style>
border-color css
<style>
span { border-color: #AA0593; }
span { border-color: rgb(170,5,147); }
td.TdClassName
{
border-color: #AA0593;
}
.TagClassName
{
border-color: #AA0593;
}
</style>