Shades of Medium Violet Red #A7178B
Tints of Medium Violet Red #A7178B
RGB
CMYK
RGB Variations
Color information
#A7178B (or 0xA7178B) is known color: Medium Violet Red. HEX triplet: A7, 17 and 8B. RGB value is (167,23,139). Sum of RGB (Red+Green+Blue) = 167+23+139=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7178B is #58E874. Grayscale: #4E4E4E. Windows color (decimal): -5826677 or 9115559. OLE color: 9115559.
HSL color Cylindrical-coordinate representation of color #A7178B: hue angle of 311.67º 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 #A7178B is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 23 | 139 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.35 |
| HSL | 311.67º | 0.76% | 0.37% | - |
| HSV(B) | 311.67º | 0.86% | 0.65% | - |
| XYZ | 20.9 | 10.69 | 25.39 | - |
| YUV | 79.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 23 | 139 | 0 | 0.86 | 0.17 | 0.35 | 311.67 | 0.76 | 0.37 |
| Hex | A7 | 17 | 8B | 0 | 56 | 11 | 23 | 138 | 4C | 25 |
| Octal | 247 | 27 | 213 | 0 | 126 | 21 | 43 | 470 | 114 | 45 |
| Binary | 10100111 | 10111 | 10001011 | 0 | 1010110 | 10001 | 100011 | 100111000 | 1001100 | 100101 |
Color Harmonies of #A7178B
Complementary color
Monochromatic Colors of #A7178B
Black with #A7178B
Text Example
Text Example
White with #A7178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7178B; }
p { color: rgb(167,23,139); }
H1.HeaderClassName
{
color: #A7178B;
}
.AnyTagClassName
{
color: #A7178B;
}
</style>
background-color css
<style>
a { background-color: #A7178B; }
a { background-color: rgb(167,23,139); }
div.DivClassName
{
background-color: #A7178B;
}
.BgClassName
{
background-color: #A7178B;
}
</style>
border-color css
<style>
span { border-color: #A7178B; }
span { border-color: rgb(167,23,139); }
td.TdClassName
{
border-color: #A7178B;
}
.TagClassName
{
border-color: #A7178B;
}
</style>