Shades of Dark Magenta #A7169C
Tints of Dark Magenta #A7169C
RGB
CMYK
RGB Variations
Color information
#A7169C (or 0xA7169C) is known color: Dark Magenta. HEX triplet: A7, 16 and 9C. RGB value is (167,22,156). Sum of RGB (Red+Green+Blue) = 167+22+156=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7169C is #58E963. Grayscale: #505050. Windows color (decimal): -5826916 or 10229415. OLE color: 10229415.
HSL color Cylindrical-coordinate representation of color #A7169C: hue angle of 304.55º 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 #A7169C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 22 | 156 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.35 |
| HSL | 304.55º | 0.77% | 0.37% | - |
| HSV(B) | 304.55º | 0.87% | 0.65% | - |
| XYZ | 22.22 | 11.19 | 32.44 | - |
| YUV | 80.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 22 | 156 | 0 | 0.87 | 0.07 | 0.35 | 304.55 | 0.77 | 0.37 |
| Hex | A7 | 16 | 9C | 0 | 57 | 7 | 23 | 131 | 4D | 25 |
| Octal | 247 | 26 | 234 | 0 | 127 | 7 | 43 | 461 | 115 | 45 |
| Binary | 10100111 | 10110 | 10011100 | 0 | 1010111 | 111 | 100011 | 100110001 | 1001101 | 100101 |
Color Harmonies of #A7169C
Complementary color
Monochromatic Colors of #A7169C
Black with #A7169C
Text Example
Text Example
White with #A7169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7169C; }
p { color: rgb(167,22,156); }
H1.HeaderClassName
{
color: #A7169C;
}
.AnyTagClassName
{
color: #A7169C;
}
</style>
background-color css
<style>
a { background-color: #A7169C; }
a { background-color: rgb(167,22,156); }
div.DivClassName
{
background-color: #A7169C;
}
.BgClassName
{
background-color: #A7169C;
}
</style>
border-color css
<style>
span { border-color: #A7169C; }
span { border-color: rgb(167,22,156); }
td.TdClassName
{
border-color: #A7169C;
}
.TagClassName
{
border-color: #A7169C;
}
</style>