Shades of Medium Red Violet #A7319F
Tints of Medium Red Violet #A7319F
RGB
CMYK
RGB Variations
Color information
#A7319F (or 0xA7319F) is known color: Medium Red Violet. HEX triplet: A7, 31 and 9F. RGB value is (167,49,159). Sum of RGB (Red+Green+Blue) = 167+49+159=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319F is #58CE60. Grayscale: #606060. Windows color (decimal): -5820001 or 10432935. OLE color: 10432935.
HSL color Cylindrical-coordinate representation of color #A7319F: hue angle of 304.07º 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 #A7319F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 159 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.35 |
| HSL | 304.07º | 0.55% | 0.42% | - |
| HSV(B) | 304.07º | 0.71% | 0.65% | - |
| XYZ | 23.29 | 12.92 | 34.07 | - |
| YUV | 96.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 159 | 0 | 0.71 | 0.05 | 0.35 | 304.07 | 0.55 | 0.42 |
| Hex | A7 | 31 | 9F | 0 | 47 | 5 | 23 | 130 | 37 | 2A |
| Octal | 247 | 61 | 237 | 0 | 107 | 5 | 43 | 460 | 67 | 52 |
| Binary | 10100111 | 110001 | 10011111 | 0 | 1000111 | 101 | 100011 | 100110000 | 110111 | 101010 |
Color Harmonies of #A7319F
Complementary color
Monochromatic Colors of #A7319F
Black with #A7319F
Text Example
Text Example
White with #A7319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7319F; }
p { color: rgb(167,49,159); }
H1.HeaderClassName
{
color: #A7319F;
}
.AnyTagClassName
{
color: #A7319F;
}
</style>
background-color css
<style>
a { background-color: #A7319F; }
a { background-color: rgb(167,49,159); }
div.DivClassName
{
background-color: #A7319F;
}
.BgClassName
{
background-color: #A7319F;
}
</style>
border-color css
<style>
span { border-color: #A7319F; }
span { border-color: rgb(167,49,159); }
td.TdClassName
{
border-color: #A7319F;
}
.TagClassName
{
border-color: #A7319F;
}
</style>