Shades of Dark Magenta #A7079F
Tints of Dark Magenta #A7079F
RGB
CMYK
RGB Variations
Color information
#A7079F (or 0xA7079F) is known color: Dark Magenta. HEX triplet: A7, 07 and 9F. RGB value is (167,7,159). Sum of RGB (Red+Green+Blue) = 167+7+159=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7079F is #58F860. Grayscale: #474747. Windows color (decimal): -5830753 or 10422183. OLE color: 10422183.
HSL color Cylindrical-coordinate representation of color #A7079F: hue angle of 303º 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 #A7079F is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.35 |
| HSL | 303º | 0.92% | 0.34% | - |
| HSV(B) | 303º | 0.96% | 0.65% | - |
| XYZ | 22.27 | 10.87 | 33.73 | - |
| YUV | 72.17 | 177.01 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 159 | 0 | 0.96 | 0.05 | 0.35 | 303 | 0.92 | 0.34 |
| Hex | A7 | 7 | 9F | 0 | 60 | 5 | 23 | 12F | 5C | 22 |
| Octal | 247 | 7 | 237 | 0 | 140 | 5 | 43 | 457 | 134 | 42 |
| Binary | 10100111 | 111 | 10011111 | 0 | 1100000 | 101 | 100011 | 100101111 | 1011100 | 100010 |
Color Harmonies of #A7079F
Complementary color
Monochromatic Colors of #A7079F
Black with #A7079F
Text Example
Text Example
White with #A7079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7079F; }
p { color: rgb(167,7,159); }
H1.HeaderClassName
{
color: #A7079F;
}
.AnyTagClassName
{
color: #A7079F;
}
</style>
background-color css
<style>
a { background-color: #A7079F; }
a { background-color: rgb(167,7,159); }
div.DivClassName
{
background-color: #A7079F;
}
.BgClassName
{
background-color: #A7079F;
}
</style>
border-color css
<style>
span { border-color: #A7079F; }
span { border-color: rgb(167,7,159); }
td.TdClassName
{
border-color: #A7079F;
}
.TagClassName
{
border-color: #A7079F;
}
</style>