Shades of Dark Magenta #A7119D
Tints of Dark Magenta #A7119D
RGB
CMYK
RGB Variations
Color information
#A7119D (or 0xA7119D) is known color: Dark Magenta. HEX triplet: A7, 11 and 9D. RGB value is (167,17,157). Sum of RGB (Red+Green+Blue) = 167+17+157=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7119D is #58EE62. Grayscale: #4D4D4D. Windows color (decimal): -5828195 or 10293671. OLE color: 10293671.
HSL color Cylindrical-coordinate representation of color #A7119D: hue angle of 304º degrees, saturation: 0.82, 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 #A7119D is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.35 |
| HSL | 304º | 0.82% | 0.36% | - |
| HSV(B) | 304º | 0.9% | 0.65% | - |
| XYZ | 22.22 | 11.05 | 32.86 | - |
| YUV | 77.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 157 | 0 | 0.90 | 0.06 | 0.35 | 304 | 0.82 | 0.36 |
| Hex | A7 | 11 | 9D | 0 | 5A | 6 | 23 | 130 | 52 | 24 |
| Octal | 247 | 21 | 235 | 0 | 132 | 6 | 43 | 460 | 122 | 44 |
| Binary | 10100111 | 10001 | 10011101 | 0 | 1011010 | 110 | 100011 | 100110000 | 1010010 | 100100 |
Color Harmonies of #A7119D
Complementary color
Monochromatic Colors of #A7119D
Black with #A7119D
Text Example
Text Example
White with #A7119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7119D; }
p { color: rgb(167,17,157); }
H1.HeaderClassName
{
color: #A7119D;
}
.AnyTagClassName
{
color: #A7119D;
}
</style>
background-color css
<style>
a { background-color: #A7119D; }
a { background-color: rgb(167,17,157); }
div.DivClassName
{
background-color: #A7119D;
}
.BgClassName
{
background-color: #A7119D;
}
</style>
border-color css
<style>
span { border-color: #A7119D; }
span { border-color: rgb(167,17,157); }
td.TdClassName
{
border-color: #A7119D;
}
.TagClassName
{
border-color: #A7119D;
}
</style>