Shades of Dark Magenta #AA0B93
Tints of Dark Magenta #AA0B93
RGB
CMYK
RGB Variations
Color information
#AA0B93 (or 0xAA0B93) is known color: Dark Magenta. HEX triplet: AA, 0B and 93. RGB value is (170,11,147). Sum of RGB (Red+Green+Blue) = 170+11+147=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B93 is #55F46C. Grayscale: #494949. Windows color (decimal): -5633133 or 9636778. OLE color: 9636778.
HSL color Cylindrical-coordinate representation of color #AA0B93: hue angle of 308.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B93 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 147 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.33 |
| HSL | 308.68º | 0.88% | 0.35% | - |
| HSV(B) | 308.68º | 0.94% | 0.67% | - |
| XYZ | 21.96 | 10.89 | 28.55 | - |
| YUV | 74.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 147 | 0 | 0.94 | 0.14 | 0.33 | 308.68 | 0.88 | 0.35 |
| Hex | AA | B | 93 | 0 | 5E | E | 21 | 135 | 58 | 23 |
| Octal | 252 | 13 | 223 | 0 | 136 | 16 | 41 | 465 | 130 | 43 |
| Binary | 10101010 | 1011 | 10010011 | 0 | 1011110 | 1110 | 100001 | 100110101 | 1011000 | 100011 |
Color Harmonies of #AA0B93
Complementary color
Monochromatic Colors of #AA0B93
Black with #AA0B93
Text Example
Text Example
White with #AA0B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B93; }
p { color: rgb(170,11,147); }
H1.HeaderClassName
{
color: #AA0B93;
}
.AnyTagClassName
{
color: #AA0B93;
}
</style>
background-color css
<style>
a { background-color: #AA0B93; }
a { background-color: rgb(170,11,147); }
div.DivClassName
{
background-color: #AA0B93;
}
.BgClassName
{
background-color: #AA0B93;
}
</style>
border-color css
<style>
span { border-color: #AA0B93; }
span { border-color: rgb(170,11,147); }
td.TdClassName
{
border-color: #AA0B93;
}
.TagClassName
{
border-color: #AA0B93;
}
</style>