Shades of Dark Magenta #AA0093
Tints of Dark Magenta #AA0093
RGB
CMYK
RGB Variations
Color information
#AA0093 (or 0xAA0093) is known color: Dark Magenta. HEX triplet: AA, 00 and 93. RGB value is (170,0,147). Sum of RGB (Red+Green+Blue) = 170+0+147=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0093 is #55FF6C. Grayscale: #434343. Windows color (decimal): -5635949 or 9633962. OLE color: 9633962.
HSL color Cylindrical-coordinate representation of color #AA0093: hue angle of 308.12º 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 #AA0093 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.14 | 0.33 |
| HSL | 308.12º | 1% | 0.33% | - |
| HSV(B) | 308.12º | 1% | 0.67% | - |
| XYZ | 21.84 | 10.65 | 28.51 | - |
| YUV | 67.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 147 | 0 | 1 | 0.14 | 0.33 | 308.12 | 1 | 0.33 |
| Hex | AA | 0 | 93 | 0 | 64 | E | 21 | 134 | 64 | 21 |
| Octal | 252 | 0 | 223 | 0 | 144 | 16 | 41 | 464 | 144 | 41 |
| Binary | 10101010 | 0 | 10010011 | 0 | 1100100 | 1110 | 100001 | 100110100 | 1100100 | 100001 |
Color Harmonies of #AA0093
Complementary color
Monochromatic Colors of #AA0093
Black with #AA0093
Text Example
Text Example
White with #AA0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0093; }
p { color: rgb(170,0,147); }
H1.HeaderClassName
{
color: #AA0093;
}
.AnyTagClassName
{
color: #AA0093;
}
</style>
background-color css
<style>
a { background-color: #AA0093; }
a { background-color: rgb(170,0,147); }
div.DivClassName
{
background-color: #AA0093;
}
.BgClassName
{
background-color: #AA0093;
}
</style>
border-color css
<style>
span { border-color: #AA0093; }
span { border-color: rgb(170,0,147); }
td.TdClassName
{
border-color: #AA0093;
}
.TagClassName
{
border-color: #AA0093;
}
</style>