Shades of Dark Magenta #AA078B
Tints of Dark Magenta #AA078B
RGB
CMYK
RGB Variations
Color information
#AA078B (or 0xAA078B) is known color: Dark Magenta. HEX triplet: AA, 07 and 8B. RGB value is (170,7,139). Sum of RGB (Red+Green+Blue) = 170+7+139=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA078B is #55F874. Grayscale: #464646. Windows color (decimal): -5634165 or 9111466. OLE color: 9111466.
HSL color Cylindrical-coordinate representation of color #AA078B: hue angle of 311.41º 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 #AA078B is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.33 |
| HSL | 311.41º | 0.92% | 0.35% | - |
| HSV(B) | 311.41º | 0.96% | 0.67% | - |
| XYZ | 21.31 | 10.56 | 25.34 | - |
| YUV | 70.79 | 166.5 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 139 | 0 | 0.96 | 0.18 | 0.33 | 311.41 | 0.92 | 0.35 |
| Hex | AA | 7 | 8B | 0 | 60 | 12 | 21 | 137 | 5C | 23 |
| Octal | 252 | 7 | 213 | 0 | 140 | 22 | 41 | 467 | 134 | 43 |
| Binary | 10101010 | 111 | 10001011 | 0 | 1100000 | 10010 | 100001 | 100110111 | 1011100 | 100011 |
Color Harmonies of #AA078B
Complementary color
Monochromatic Colors of #AA078B
Black with #AA078B
Text Example
Text Example
White with #AA078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA078B; }
p { color: rgb(170,7,139); }
H1.HeaderClassName
{
color: #AA078B;
}
.AnyTagClassName
{
color: #AA078B;
}
</style>
background-color css
<style>
a { background-color: #AA078B; }
a { background-color: rgb(170,7,139); }
div.DivClassName
{
background-color: #AA078B;
}
.BgClassName
{
background-color: #AA078B;
}
</style>
border-color css
<style>
span { border-color: #AA078B; }
span { border-color: rgb(170,7,139); }
td.TdClassName
{
border-color: #AA078B;
}
.TagClassName
{
border-color: #AA078B;
}
</style>