Shades of Medium Red Violet #A7318F
Tints of Medium Red Violet #A7318F
RGB
CMYK
RGB Variations
Color information
#A7318F (or 0xA7318F) is known color: Medium Red Violet. HEX triplet: A7, 31 and 8F. RGB value is (167,49,143). Sum of RGB (Red+Green+Blue) = 167+49+143=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7318F is #58CE70. Grayscale: #5E5E5E. Windows color (decimal): -5820017 or 9384359. OLE color: 9384359.
HSL color Cylindrical-coordinate representation of color #A7318F: hue angle of 312.2º 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 #A7318F is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 143 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.35 |
| HSL | 312.2º | 0.55% | 0.42% | - |
| HSV(B) | 312.2º | 0.71% | 0.65% | - |
| XYZ | 21.99 | 12.4 | 27.22 | - |
| YUV | 95 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 143 | 0 | 0.71 | 0.14 | 0.35 | 312.2 | 0.55 | 0.42 |
| Hex | A7 | 31 | 8F | 0 | 47 | E | 23 | 138 | 37 | 2A |
| Octal | 247 | 61 | 217 | 0 | 107 | 16 | 43 | 470 | 67 | 52 |
| Binary | 10100111 | 110001 | 10001111 | 0 | 1000111 | 1110 | 100011 | 100111000 | 110111 | 101010 |
Color Harmonies of #A7318F
Complementary color
Monochromatic Colors of #A7318F
Black with #A7318F
Text Example
Text Example
White with #A7318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7318F; }
p { color: rgb(167,49,143); }
H1.HeaderClassName
{
color: #A7318F;
}
.AnyTagClassName
{
color: #A7318F;
}
</style>
background-color css
<style>
a { background-color: #A7318F; }
a { background-color: rgb(167,49,143); }
div.DivClassName
{
background-color: #A7318F;
}
.BgClassName
{
background-color: #A7318F;
}
</style>
border-color css
<style>
span { border-color: #A7318F; }
span { border-color: rgb(167,49,143); }
td.TdClassName
{
border-color: #A7318F;
}
.TagClassName
{
border-color: #A7318F;
}
</style>