Shades of Dark Magenta #A7169E
Tints of Dark Magenta #A7169E
RGB
CMYK
RGB Variations
Color information
#A7169E (or 0xA7169E) is known color: Dark Magenta. HEX triplet: A7, 16 and 9E. RGB value is (167,22,158). Sum of RGB (Red+Green+Blue) = 167+22+158=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7169E is #58E961. Grayscale: #505050. Windows color (decimal): -5826914 or 10360487. OLE color: 10360487.
HSL color Cylindrical-coordinate representation of color #A7169E: hue angle of 303.72º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7169E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 22 | 158 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.35 |
| HSL | 303.72º | 0.77% | 0.37% | - |
| HSV(B) | 303.72º | 0.87% | 0.65% | - |
| XYZ | 22.39 | 11.26 | 33.34 | - |
| YUV | 80.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 158 | 0 | 0.87 | 0.05 | 0.35 | 303.72 | 0.77 | 0.37 |
| Hex | A7 | 16 | 9E | 0 | 57 | 5 | 23 | 130 | 4D | 25 |
| Octal | 247 | 26 | 236 | 0 | 127 | 5 | 43 | 460 | 115 | 45 |
| Binary | 10100111 | 10110 | 10011110 | 0 | 1010111 | 101 | 100011 | 100110000 | 1001101 | 100101 |
Color Harmonies of #A7169E
Complementary color
Monochromatic Colors of #A7169E
Black with #A7169E
Text Example
Text Example
White with #A7169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7169E; }
p { color: rgb(167,22,158); }
H1.HeaderClassName
{
color: #A7169E;
}
.AnyTagClassName
{
color: #A7169E;
}
</style>
background-color css
<style>
a { background-color: #A7169E; }
a { background-color: rgb(167,22,158); }
div.DivClassName
{
background-color: #A7169E;
}
.BgClassName
{
background-color: #A7169E;
}
</style>
border-color css
<style>
span { border-color: #A7169E; }
span { border-color: rgb(167,22,158); }
td.TdClassName
{
border-color: #A7169E;
}
.TagClassName
{
border-color: #A7169E;
}
</style>