Shades of Dark Magenta #A7109E
Tints of Dark Magenta #A7109E
RGB
CMYK
RGB Variations
Color information
#A7109E (or 0xA7109E) is known color: Dark Magenta. HEX triplet: A7, 10 and 9E. RGB value is (167,16,158). Sum of RGB (Red+Green+Blue) = 167+16+158=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7109E is #58EF61. Grayscale: #4C4C4C. Windows color (decimal): -5828450 or 10358951. OLE color: 10358951.
HSL color Cylindrical-coordinate representation of color #A7109E: hue angle of 303.58º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7109E is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 158 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.35 |
| HSL | 303.58º | 0.83% | 0.36% | - |
| HSV(B) | 303.58º | 0.9% | 0.65% | - |
| XYZ | 22.29 | 11.05 | 33.31 | - |
| YUV | 77.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 158 | 0 | 0.90 | 0.05 | 0.35 | 303.58 | 0.83 | 0.36 |
| Hex | A7 | 10 | 9E | 0 | 5A | 5 | 23 | 130 | 53 | 24 |
| Octal | 247 | 20 | 236 | 0 | 132 | 5 | 43 | 460 | 123 | 44 |
| Binary | 10100111 | 10000 | 10011110 | 0 | 1011010 | 101 | 100011 | 100110000 | 1010011 | 100100 |
Color Harmonies of #A7109E
Complementary color
Monochromatic Colors of #A7109E
Black with #A7109E
Text Example
Text Example
White with #A7109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7109E; }
p { color: rgb(167,16,158); }
H1.HeaderClassName
{
color: #A7109E;
}
.AnyTagClassName
{
color: #A7109E;
}
</style>
background-color css
<style>
a { background-color: #A7109E; }
a { background-color: rgb(167,16,158); }
div.DivClassName
{
background-color: #A7109E;
}
.BgClassName
{
background-color: #A7109E;
}
</style>
border-color css
<style>
span { border-color: #A7109E; }
span { border-color: rgb(167,16,158); }
td.TdClassName
{
border-color: #A7109E;
}
.TagClassName
{
border-color: #A7109E;
}
</style>