Shades of Medium Red Violet #A3319A
Tints of Medium Red Violet #A3319A
RGB
CMYK
RGB Variations
Color information
#A3319A (or 0xA3319A) is known color: Medium Red Violet. HEX triplet: A3, 31 and 9A. RGB value is (163,49,154). Sum of RGB (Red+Green+Blue) = 163+49+154=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3319A is #5CCE65. Grayscale: #5E5E5E. Windows color (decimal): -6082150 or 10105251. OLE color: 10105251.
HSL color Cylindrical-coordinate representation of color #A3319A: hue angle of 304.74º 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 #A3319A is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 154 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.36 |
| HSL | 304.74º | 0.54% | 0.42% | - |
| HSV(B) | 304.74º | 0.7% | 0.64% | - |
| XYZ | 22.04 | 12.32 | 31.79 | - |
| YUV | 95.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 154 | 0 | 0.70 | 0.06 | 0.36 | 304.74 | 0.54 | 0.42 |
| Hex | A3 | 31 | 9A | 0 | 46 | 6 | 24 | 131 | 36 | 2A |
| Octal | 243 | 61 | 232 | 0 | 106 | 6 | 44 | 461 | 66 | 52 |
| Binary | 10100011 | 110001 | 10011010 | 0 | 1000110 | 110 | 100100 | 100110001 | 110110 | 101010 |
Color Harmonies of #A3319A
Complementary color
Monochromatic Colors of #A3319A
Black with #A3319A
Text Example
Text Example
White with #A3319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3319A; }
p { color: rgb(163,49,154); }
H1.HeaderClassName
{
color: #A3319A;
}
.AnyTagClassName
{
color: #A3319A;
}
</style>
background-color css
<style>
a { background-color: #A3319A; }
a { background-color: rgb(163,49,154); }
div.DivClassName
{
background-color: #A3319A;
}
.BgClassName
{
background-color: #A3319A;
}
</style>
border-color css
<style>
span { border-color: #A3319A; }
span { border-color: rgb(163,49,154); }
td.TdClassName
{
border-color: #A3319A;
}
.TagClassName
{
border-color: #A3319A;
}
</style>