Shades of Medium Violet Red #A7178D
Tints of Medium Violet Red #A7178D
RGB
CMYK
RGB Variations
Color information
#A7178D (or 0xA7178D) is known color: Medium Violet Red. HEX triplet: A7, 17 and 8D. RGB value is (167,23,141). Sum of RGB (Red+Green+Blue) = 167+23+141=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7178D is #58E872. Grayscale: #4F4F4F. Windows color (decimal): -5826675 or 9246631. OLE color: 9246631.
HSL color Cylindrical-coordinate representation of color #A7178D: hue angle of 310.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7178D is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 23 | 141 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.35 |
| HSL | 310.83º | 0.76% | 0.37% | - |
| HSV(B) | 310.83º | 0.86% | 0.65% | - |
| XYZ | 21.05 | 10.75 | 26.17 | - |
| YUV | 79.51 | 162.71 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 141 | 0 | 0.86 | 0.16 | 0.35 | 310.83 | 0.76 | 0.37 |
| Hex | A7 | 17 | 8D | 0 | 56 | 10 | 23 | 137 | 4C | 25 |
| Octal | 247 | 27 | 215 | 0 | 126 | 20 | 43 | 467 | 114 | 45 |
| Binary | 10100111 | 10111 | 10001101 | 0 | 1010110 | 10000 | 100011 | 100110111 | 1001100 | 100101 |
Color Harmonies of #A7178D
Complementary color
Monochromatic Colors of #A7178D
Black with #A7178D
Text Example
Text Example
White with #A7178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7178D; }
p { color: rgb(167,23,141); }
H1.HeaderClassName
{
color: #A7178D;
}
.AnyTagClassName
{
color: #A7178D;
}
</style>
background-color css
<style>
a { background-color: #A7178D; }
a { background-color: rgb(167,23,141); }
div.DivClassName
{
background-color: #A7178D;
}
.BgClassName
{
background-color: #A7178D;
}
</style>
border-color css
<style>
span { border-color: #A7178D; }
span { border-color: rgb(167,23,141); }
td.TdClassName
{
border-color: #A7178D;
}
.TagClassName
{
border-color: #A7178D;
}
</style>