Shades of Medium Red Violet #A7298E
Tints of Medium Red Violet #A7298E
RGB
CMYK
RGB Variations
Color information
#A7298E (or 0xA7298E) is known color: Medium Red Violet. HEX triplet: A7, 29 and 8E. RGB value is (167,41,142). Sum of RGB (Red+Green+Blue) = 167+41+142=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A7298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7298E is #58D671. Grayscale: #595959. Windows color (decimal): -5822066 or 9316775. OLE color: 9316775.
HSL color Cylindrical-coordinate representation of color #A7298E: hue angle of 311.9º 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 #A7298E is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 41 | 142 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.35 |
| HSL | 311.9º | 0.61% | 0.41% | - |
| HSV(B) | 311.9º | 0.75% | 0.65% | - |
| XYZ | 21.61 | 11.75 | 26.72 | - |
| YUV | 90.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 142 | 0 | 0.75 | 0.15 | 0.35 | 311.9 | 0.61 | 0.41 |
| Hex | A7 | 29 | 8E | 0 | 4B | F | 23 | 138 | 3D | 29 |
| Octal | 247 | 51 | 216 | 0 | 113 | 17 | 43 | 470 | 75 | 51 |
| Binary | 10100111 | 101001 | 10001110 | 0 | 1001011 | 1111 | 100011 | 100111000 | 111101 | 101001 |
Color Harmonies of #A7298E
Complementary color
Monochromatic Colors of #A7298E
Black with #A7298E
Text Example
Text Example
White with #A7298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7298E; }
p { color: rgb(167,41,142); }
H1.HeaderClassName
{
color: #A7298E;
}
.AnyTagClassName
{
color: #A7298E;
}
</style>
background-color css
<style>
a { background-color: #A7298E; }
a { background-color: rgb(167,41,142); }
div.DivClassName
{
background-color: #A7298E;
}
.BgClassName
{
background-color: #A7298E;
}
</style>
border-color css
<style>
span { border-color: #A7298E; }
span { border-color: rgb(167,41,142); }
td.TdClassName
{
border-color: #A7298E;
}
.TagClassName
{
border-color: #A7298E;
}
</style>