Shades of Dark Magenta #A7199C
Tints of Dark Magenta #A7199C
RGB
CMYK
RGB Variations
Color information
#A7199C (or 0xA7199C) is known color: Dark Magenta. HEX triplet: A7, 19 and 9C. RGB value is (167,25,156). Sum of RGB (Red+Green+Blue) = 167+25+156=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7199C is #58E663. Grayscale: #525252. Windows color (decimal): -5826148 or 10230183. OLE color: 10230183.
HSL color Cylindrical-coordinate representation of color #A7199C: hue angle of 304.65º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7199C is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 156 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.35 |
| HSL | 304.65º | 0.74% | 0.38% | - |
| HSV(B) | 304.65º | 0.85% | 0.65% | - |
| XYZ | 22.28 | 11.31 | 32.46 | - |
| YUV | 82.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 156 | 0 | 0.85 | 0.07 | 0.35 | 304.65 | 0.74 | 0.38 |
| Hex | A7 | 19 | 9C | 0 | 55 | 7 | 23 | 131 | 4A | 26 |
| Octal | 247 | 31 | 234 | 0 | 125 | 7 | 43 | 461 | 112 | 46 |
| Binary | 10100111 | 11001 | 10011100 | 0 | 1010101 | 111 | 100011 | 100110001 | 1001010 | 100110 |
Color Harmonies of #A7199C
Complementary color
Monochromatic Colors of #A7199C
Black with #A7199C
Text Example
Text Example
White with #A7199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7199C; }
p { color: rgb(167,25,156); }
H1.HeaderClassName
{
color: #A7199C;
}
.AnyTagClassName
{
color: #A7199C;
}
</style>
background-color css
<style>
a { background-color: #A7199C; }
a { background-color: rgb(167,25,156); }
div.DivClassName
{
background-color: #A7199C;
}
.BgClassName
{
background-color: #A7199C;
}
</style>
border-color css
<style>
span { border-color: #A7199C; }
span { border-color: rgb(167,25,156); }
td.TdClassName
{
border-color: #A7199C;
}
.TagClassName
{
border-color: #A7199C;
}
</style>