Shades of Dark Magenta #AA07AB
Tints of Dark Magenta #AA07AB
RGB
CMYK
RGB Variations
Color information
#AA07AB (or 0xAA07AB) is known color: Dark Magenta. HEX triplet: AA, 07 and AB. RGB value is (170,7,171). Sum of RGB (Red+Green+Blue) = 170+7+171=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07AB is #55F854. Grayscale: #494949. Windows color (decimal): -5634133 or 11208618. OLE color: 11208618.
HSL color Cylindrical-coordinate representation of color #AA07AB: hue angle of 299.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07AB is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 171 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.33 |
| HSL | 299.63º | 0.92% | 0.35% | - |
| HSV(B) | 299.63º | 0.96% | 0.67% | - |
| XYZ | 24 | 11.64 | 39.51 | - |
| YUV | 74.43 | 182.5 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 171 | 0.01 | 0.96 | 0 | 0.33 | 299.63 | 0.92 | 0.35 |
| Hex | AA | 7 | AB | 1 | 60 | 0 | 21 | 12C | 5C | 23 |
| Octal | 252 | 7 | 253 | 1 | 140 | 0 | 41 | 454 | 134 | 43 |
| Binary | 10101010 | 111 | 10101011 | 1 | 1100000 | 0 | 100001 | 100101100 | 1011100 | 100011 |
Color Harmonies of #AA07AB
Complementary color
Monochromatic Colors of #AA07AB
Black with #AA07AB
Text Example
Text Example
White with #AA07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07AB; }
p { color: rgb(170,7,171); }
H1.HeaderClassName
{
color: #AA07AB;
}
.AnyTagClassName
{
color: #AA07AB;
}
</style>
background-color css
<style>
a { background-color: #AA07AB; }
a { background-color: rgb(170,7,171); }
div.DivClassName
{
background-color: #AA07AB;
}
.BgClassName
{
background-color: #AA07AB;
}
</style>
border-color css
<style>
span { border-color: #AA07AB; }
span { border-color: rgb(170,7,171); }
td.TdClassName
{
border-color: #AA07AB;
}
.TagClassName
{
border-color: #AA07AB;
}
</style>