Shades of Dark Magenta #AA0893
Tints of Dark Magenta #AA0893
RGB
CMYK
RGB Variations
Color information
#AA0893 (or 0xAA0893) is known color: Dark Magenta. HEX triplet: AA, 08 and 93. RGB value is (170,8,147). Sum of RGB (Red+Green+Blue) = 170+8+147=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0893 is #55F76C. Grayscale: #474747. Windows color (decimal): -5633901 or 9636010. OLE color: 9636010.
HSL color Cylindrical-coordinate representation of color #AA0893: hue angle of 308.52º degrees, saturation: 0.91, 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 #AA0893 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 147 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.33 |
| HSL | 308.52º | 0.91% | 0.35% | - |
| HSV(B) | 308.52º | 0.95% | 0.67% | - |
| XYZ | 21.93 | 10.83 | 28.54 | - |
| YUV | 72.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 147 | 0 | 0.95 | 0.14 | 0.33 | 308.52 | 0.91 | 0.35 |
| Hex | AA | 8 | 93 | 0 | 5F | E | 21 | 135 | 5B | 23 |
| Octal | 252 | 10 | 223 | 0 | 137 | 16 | 41 | 465 | 133 | 43 |
| Binary | 10101010 | 1000 | 10010011 | 0 | 1011111 | 1110 | 100001 | 100110101 | 1011011 | 100011 |
Color Harmonies of #AA0893
Complementary color
Monochromatic Colors of #AA0893
Black with #AA0893
Text Example
Text Example
White with #AA0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0893; }
p { color: rgb(170,8,147); }
H1.HeaderClassName
{
color: #AA0893;
}
.AnyTagClassName
{
color: #AA0893;
}
</style>
background-color css
<style>
a { background-color: #AA0893; }
a { background-color: rgb(170,8,147); }
div.DivClassName
{
background-color: #AA0893;
}
.BgClassName
{
background-color: #AA0893;
}
</style>
border-color css
<style>
span { border-color: #AA0893; }
span { border-color: rgb(170,8,147); }
td.TdClassName
{
border-color: #AA0893;
}
.TagClassName
{
border-color: #AA0893;
}
</style>