Shades of Medium Red Violet #A7319A
Tints of Medium Red Violet #A7319A
RGB
CMYK
RGB Variations
Color information
#A7319A (or 0xA7319A) is known color: Medium Red Violet. HEX triplet: A7, 31 and 9A. RGB value is (167,49,154). Sum of RGB (Red+Green+Blue) = 167+49+154=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319A is #58CE65. Grayscale: #5F5F5F. Windows color (decimal): -5820006 or 10105255. OLE color: 10105255.
HSL color Cylindrical-coordinate representation of color #A7319A: hue angle of 306.61º 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 #A7319A is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 154 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.35 |
| HSL | 306.61º | 0.55% | 0.42% | - |
| HSV(B) | 306.61º | 0.71% | 0.65% | - |
| XYZ | 22.87 | 12.75 | 31.83 | - |
| YUV | 96.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 154 | 0 | 0.71 | 0.08 | 0.35 | 306.61 | 0.55 | 0.42 |
| Hex | A7 | 31 | 9A | 0 | 47 | 8 | 23 | 133 | 37 | 2A |
| Octal | 247 | 61 | 232 | 0 | 107 | 10 | 43 | 463 | 67 | 52 |
| Binary | 10100111 | 110001 | 10011010 | 0 | 1000111 | 1000 | 100011 | 100110011 | 110111 | 101010 |
Color Harmonies of #A7319A
Complementary color
Monochromatic Colors of #A7319A
Black with #A7319A
Text Example
Text Example
White with #A7319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7319A; }
p { color: rgb(167,49,154); }
H1.HeaderClassName
{
color: #A7319A;
}
.AnyTagClassName
{
color: #A7319A;
}
</style>
background-color css
<style>
a { background-color: #A7319A; }
a { background-color: rgb(167,49,154); }
div.DivClassName
{
background-color: #A7319A;
}
.BgClassName
{
background-color: #A7319A;
}
</style>
border-color css
<style>
span { border-color: #A7319A; }
span { border-color: rgb(167,49,154); }
td.TdClassName
{
border-color: #A7319A;
}
.TagClassName
{
border-color: #A7319A;
}
</style>