Shades of Medium Red Violet #A7319D
Tints of Medium Red Violet #A7319D
RGB
CMYK
RGB Variations
Color information
#A7319D (or 0xA7319D) is known color: Medium Red Violet. HEX triplet: A7, 31 and 9D. RGB value is (167,49,157). Sum of RGB (Red+Green+Blue) = 167+49+157=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319D is #58CE62. Grayscale: #606060. Windows color (decimal): -5820003 or 10301863. OLE color: 10301863.
HSL color Cylindrical-coordinate representation of color #A7319D: hue angle of 305.08º 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 #A7319D is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 157 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.35 |
| HSL | 305.08º | 0.55% | 0.42% | - |
| HSV(B) | 305.08º | 0.71% | 0.65% | - |
| XYZ | 23.12 | 12.85 | 33.16 | - |
| YUV | 96.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 157 | 0 | 0.71 | 0.06 | 0.35 | 305.08 | 0.55 | 0.42 |
| Hex | A7 | 31 | 9D | 0 | 47 | 6 | 23 | 131 | 37 | 2A |
| Octal | 247 | 61 | 235 | 0 | 107 | 6 | 43 | 461 | 67 | 52 |
| Binary | 10100111 | 110001 | 10011101 | 0 | 1000111 | 110 | 100011 | 100110001 | 110111 | 101010 |
Color Harmonies of #A7319D
Complementary color
Monochromatic Colors of #A7319D
Black with #A7319D
Text Example
Text Example
White with #A7319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7319D; }
p { color: rgb(167,49,157); }
H1.HeaderClassName
{
color: #A7319D;
}
.AnyTagClassName
{
color: #A7319D;
}
</style>
background-color css
<style>
a { background-color: #A7319D; }
a { background-color: rgb(167,49,157); }
div.DivClassName
{
background-color: #A7319D;
}
.BgClassName
{
background-color: #A7319D;
}
</style>
border-color css
<style>
span { border-color: #A7319D; }
span { border-color: rgb(167,49,157); }
td.TdClassName
{
border-color: #A7319D;
}
.TagClassName
{
border-color: #A7319D;
}
</style>