Shades of Medium Red Violet #A4319B
Tints of Medium Red Violet #A4319B
RGB
CMYK
RGB Variations
Color information
#A4319B (or 0xA4319B) is known color: Medium Red Violet. HEX triplet: A4, 31 and 9B. RGB value is (164,49,155). Sum of RGB (Red+Green+Blue) = 164+49+155=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4319B is #5BCE64. Grayscale: #5F5F5F. Windows color (decimal): -6016613 or 10170788. OLE color: 10170788.
HSL color Cylindrical-coordinate representation of color #A4319B: hue angle of 304.7º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4319B is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 49 | 155 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.36 |
| HSL | 304.7º | 0.54% | 0.42% | - |
| HSV(B) | 304.7º | 0.7% | 0.64% | - |
| XYZ | 22.32 | 12.46 | 32.24 | - |
| YUV | 95.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 155 | 0 | 0.70 | 0.05 | 0.36 | 304.7 | 0.54 | 0.42 |
| Hex | A4 | 31 | 9B | 0 | 46 | 5 | 24 | 131 | 36 | 2A |
| Octal | 244 | 61 | 233 | 0 | 106 | 5 | 44 | 461 | 66 | 52 |
| Binary | 10100100 | 110001 | 10011011 | 0 | 1000110 | 101 | 100100 | 100110001 | 110110 | 101010 |
Color Harmonies of #A4319B
Complementary color
Monochromatic Colors of #A4319B
Black with #A4319B
Text Example
Text Example
White with #A4319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4319B; }
p { color: rgb(164,49,155); }
H1.HeaderClassName
{
color: #A4319B;
}
.AnyTagClassName
{
color: #A4319B;
}
</style>
background-color css
<style>
a { background-color: #A4319B; }
a { background-color: rgb(164,49,155); }
div.DivClassName
{
background-color: #A4319B;
}
.BgClassName
{
background-color: #A4319B;
}
</style>
border-color css
<style>
span { border-color: #A4319B; }
span { border-color: rgb(164,49,155); }
td.TdClassName
{
border-color: #A4319B;
}
.TagClassName
{
border-color: #A4319B;
}
</style>