Shades of Dark Magenta #A7078A
Tints of Dark Magenta #A7078A
RGB
CMYK
RGB Variations
Color information
#A7078A (or 0xA7078A) is known color: Dark Magenta. HEX triplet: A7, 07 and 8A. RGB value is (167,7,138). Sum of RGB (Red+Green+Blue) = 167+7+138=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7078A is #58F875. Grayscale: #454545. Windows color (decimal): -5830774 or 9045927. OLE color: 9045927.
HSL color Cylindrical-coordinate representation of color #A7078A: hue angle of 310.88º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7078A is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.35 |
| HSL | 310.88º | 0.92% | 0.34% | - |
| HSV(B) | 310.88º | 0.96% | 0.65% | - |
| XYZ | 20.6 | 10.2 | 24.93 | - |
| YUV | 69.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 138 | 0 | 0.96 | 0.17 | 0.35 | 310.88 | 0.92 | 0.34 |
| Hex | A7 | 7 | 8A | 0 | 60 | 11 | 23 | 137 | 5C | 22 |
| Octal | 247 | 7 | 212 | 0 | 140 | 21 | 43 | 467 | 134 | 42 |
| Binary | 10100111 | 111 | 10001010 | 0 | 1100000 | 10001 | 100011 | 100110111 | 1011100 | 100010 |
Color Harmonies of #A7078A
Complementary color
Monochromatic Colors of #A7078A
Black with #A7078A
Text Example
Text Example
White with #A7078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7078A; }
p { color: rgb(167,7,138); }
H1.HeaderClassName
{
color: #A7078A;
}
.AnyTagClassName
{
color: #A7078A;
}
</style>
background-color css
<style>
a { background-color: #A7078A; }
a { background-color: rgb(167,7,138); }
div.DivClassName
{
background-color: #A7078A;
}
.BgClassName
{
background-color: #A7078A;
}
</style>
border-color css
<style>
span { border-color: #A7078A; }
span { border-color: rgb(167,7,138); }
td.TdClassName
{
border-color: #A7078A;
}
.TagClassName
{
border-color: #A7078A;
}
</style>