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