Shades of Medium Red Violet #A0317A
Tints of Medium Red Violet #A0317A
RGB
CMYK
RGB Variations
Color information
#A0317A (or 0xA0317A) is known color: Medium Red Violet. HEX triplet: A0, 31 and 7A. RGB value is (160,49,122). Sum of RGB (Red+Green+Blue) = 160+49+122=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0317A is #5FCE85. Grayscale: #5A5A5A. Windows color (decimal): -6278790 or 8008096. OLE color: 8008096.
HSL color Cylindrical-coordinate representation of color #A0317A: hue angle of 320.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0317A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 122 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.37 |
| HSL | 320.54º | 0.53% | 0.41% | - |
| HSV(B) | 320.54º | 0.69% | 0.63% | - |
| XYZ | 19.11 | 11.08 | 19.54 | - |
| YUV | 90.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 122 | 0 | 0.69 | 0.24 | 0.37 | 320.54 | 0.53 | 0.41 |
| Hex | A0 | 31 | 7A | 0 | 45 | 18 | 25 | 141 | 35 | 29 |
| Octal | 240 | 61 | 172 | 0 | 105 | 30 | 45 | 501 | 65 | 51 |
| Binary | 10100000 | 110001 | 1111010 | 0 | 1000101 | 11000 | 100101 | 101000001 | 110101 | 101001 |
Color Harmonies of #A0317A
Complementary color
Monochromatic Colors of #A0317A
Black with #A0317A
Text Example
Text Example
White with #A0317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0317A; }
p { color: rgb(160,49,122); }
H1.HeaderClassName
{
color: #A0317A;
}
.AnyTagClassName
{
color: #A0317A;
}
</style>
background-color css
<style>
a { background-color: #A0317A; }
a { background-color: rgb(160,49,122); }
div.DivClassName
{
background-color: #A0317A;
}
.BgClassName
{
background-color: #A0317A;
}
</style>
border-color css
<style>
span { border-color: #A0317A; }
span { border-color: rgb(160,49,122); }
td.TdClassName
{
border-color: #A0317A;
}
.TagClassName
{
border-color: #A0317A;
}
</style>