Shades of Medium Violet Red #A7147E
Tints of Medium Violet Red #A7147E
RGB
CMYK
RGB Variations
Color information
#A7147E (or 0xA7147E) is known color: Medium Violet Red. HEX triplet: A7, 14 and 7E. RGB value is (167,20,126). Sum of RGB (Red+Green+Blue) = 167+20+126=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7147E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7147E is #58EB81. Grayscale: #4B4B4B. Windows color (decimal): -5827458 or 8262823. OLE color: 8262823.
HSL color Cylindrical-coordinate representation of color #A7147E: hue angle of 316.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A7147E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 126 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.35 |
| HSL | 316.73º | 0.79% | 0.37% | - |
| HSV(B) | 316.73º | 0.88% | 0.65% | - |
| XYZ | 19.95 | 10.22 | 20.66 | - |
| YUV | 76.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 126 | 0 | 0.88 | 0.25 | 0.35 | 316.73 | 0.79 | 0.37 |
| Hex | A7 | 14 | 7E | 0 | 58 | 19 | 23 | 13D | 4F | 25 |
| Octal | 247 | 24 | 176 | 0 | 130 | 31 | 43 | 475 | 117 | 45 |
| Binary | 10100111 | 10100 | 1111110 | 0 | 1011000 | 11001 | 100011 | 100111101 | 1001111 | 100101 |
Color Harmonies of #A7147E
Complementary color
Monochromatic Colors of #A7147E
Black with #A7147E
Text Example
Text Example
White with #A7147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7147E; }
p { color: rgb(167,20,126); }
H1.HeaderClassName
{
color: #A7147E;
}
.AnyTagClassName
{
color: #A7147E;
}
</style>
background-color css
<style>
a { background-color: #A7147E; }
a { background-color: rgb(167,20,126); }
div.DivClassName
{
background-color: #A7147E;
}
.BgClassName
{
background-color: #A7147E;
}
</style>
border-color css
<style>
span { border-color: #A7147E; }
span { border-color: rgb(167,20,126); }
td.TdClassName
{
border-color: #A7147E;
}
.TagClassName
{
border-color: #A7147E;
}
</style>