Shades of Medium Red Violet #A7297E
Tints of Medium Red Violet #A7297E
RGB
CMYK
RGB Variations
Color information
#A7297E (or 0xA7297E) is known color: Medium Red Violet. HEX triplet: A7, 29 and 7E. RGB value is (167,41,126). Sum of RGB (Red+Green+Blue) = 167+41+126=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A7297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7297E is #58D681. Grayscale: #585858. Windows color (decimal): -5822082 or 8268199. OLE color: 8268199.
HSL color Cylindrical-coordinate representation of color #A7297E: hue angle of 319.52º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7297E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 126 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.35 |
| HSL | 319.52º | 0.61% | 0.41% | - |
| HSV(B) | 319.52º | 0.75% | 0.65% | - |
| XYZ | 20.5 | 11.31 | 20.84 | - |
| YUV | 88.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 126 | 0 | 0.75 | 0.25 | 0.35 | 319.52 | 0.61 | 0.41 |
| Hex | A7 | 29 | 7E | 0 | 4B | 19 | 23 | 140 | 3D | 29 |
| Octal | 247 | 51 | 176 | 0 | 113 | 31 | 43 | 500 | 75 | 51 |
| Binary | 10100111 | 101001 | 1111110 | 0 | 1001011 | 11001 | 100011 | 101000000 | 111101 | 101001 |
Color Harmonies of #A7297E
Complementary color
Monochromatic Colors of #A7297E
Black with #A7297E
Text Example
Text Example
White with #A7297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7297E; }
p { color: rgb(167,41,126); }
H1.HeaderClassName
{
color: #A7297E;
}
.AnyTagClassName
{
color: #A7297E;
}
</style>
background-color css
<style>
a { background-color: #A7297E; }
a { background-color: rgb(167,41,126); }
div.DivClassName
{
background-color: #A7297E;
}
.BgClassName
{
background-color: #A7297E;
}
</style>
border-color css
<style>
span { border-color: #A7297E; }
span { border-color: rgb(167,41,126); }
td.TdClassName
{
border-color: #A7297E;
}
.TagClassName
{
border-color: #A7297E;
}
</style>