Shades of Medium Red Violet #A7317E
Tints of Medium Red Violet #A7317E
RGB
CMYK
RGB Variations
Color information
#A7317E (or 0xA7317E) is known color: Medium Red Violet. HEX triplet: A7, 31 and 7E. RGB value is (167,49,126). Sum of RGB (Red+Green+Blue) = 167+49+126=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7317E is #58CE81. Grayscale: #5C5C5C. Windows color (decimal): -5820034 or 8270247. OLE color: 8270247.
HSL color Cylindrical-coordinate representation of color #A7317E: hue angle of 320.85º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7317E is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 126 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.35 |
| HSL | 320.85º | 0.55% | 0.42% | - |
| HSV(B) | 320.85º | 0.71% | 0.65% | - |
| XYZ | 20.8 | 11.92 | 20.94 | - |
| YUV | 93.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 126 | 0 | 0.71 | 0.25 | 0.35 | 320.85 | 0.55 | 0.42 |
| Hex | A7 | 31 | 7E | 0 | 47 | 19 | 23 | 141 | 37 | 2A |
| Octal | 247 | 61 | 176 | 0 | 107 | 31 | 43 | 501 | 67 | 52 |
| Binary | 10100111 | 110001 | 1111110 | 0 | 1000111 | 11001 | 100011 | 101000001 | 110111 | 101010 |
Color Harmonies of #A7317E
Complementary color
Monochromatic Colors of #A7317E
Black with #A7317E
Text Example
Text Example
White with #A7317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7317E; }
p { color: rgb(167,49,126); }
H1.HeaderClassName
{
color: #A7317E;
}
.AnyTagClassName
{
color: #A7317E;
}
</style>
background-color css
<style>
a { background-color: #A7317E; }
a { background-color: rgb(167,49,126); }
div.DivClassName
{
background-color: #A7317E;
}
.BgClassName
{
background-color: #A7317E;
}
</style>
border-color css
<style>
span { border-color: #A7317E; }
span { border-color: rgb(167,49,126); }
td.TdClassName
{
border-color: #A7317E;
}
.TagClassName
{
border-color: #A7317E;
}
</style>