Shades of Medium Red Violet #A1318B
Tints of Medium Red Violet #A1318B
RGB
CMYK
RGB Variations
Color information
#A1318B (or 0xA1318B) is known color: Medium Red Violet. HEX triplet: A1, 31 and 8B. RGB value is (161,49,139). Sum of RGB (Red+Green+Blue) = 161+49+139=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1318B is #5ECE74. Grayscale: #5C5C5C. Windows color (decimal): -6213237 or 9122209. OLE color: 9122209.
HSL color Cylindrical-coordinate representation of color #A1318B: hue angle of 311.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1318B is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 139 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.37 |
| HSL | 311.79º | 0.53% | 0.41% | - |
| HSV(B) | 311.79º | 0.7% | 0.63% | - |
| XYZ | 20.46 | 11.64 | 25.59 | - |
| YUV | 92.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 139 | 0 | 0.70 | 0.14 | 0.37 | 311.79 | 0.53 | 0.41 |
| Hex | A1 | 31 | 8B | 0 | 46 | E | 25 | 138 | 35 | 29 |
| Octal | 241 | 61 | 213 | 0 | 106 | 16 | 45 | 470 | 65 | 51 |
| Binary | 10100001 | 110001 | 10001011 | 0 | 1000110 | 1110 | 100101 | 100111000 | 110101 | 101001 |
Color Harmonies of #A1318B
Complementary color
Monochromatic Colors of #A1318B
Black with #A1318B
Text Example
Text Example
White with #A1318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1318B; }
p { color: rgb(161,49,139); }
H1.HeaderClassName
{
color: #A1318B;
}
.AnyTagClassName
{
color: #A1318B;
}
</style>
background-color css
<style>
a { background-color: #A1318B; }
a { background-color: rgb(161,49,139); }
div.DivClassName
{
background-color: #A1318B;
}
.BgClassName
{
background-color: #A1318B;
}
</style>
border-color css
<style>
span { border-color: #A1318B; }
span { border-color: rgb(161,49,139); }
td.TdClassName
{
border-color: #A1318B;
}
.TagClassName
{
border-color: #A1318B;
}
</style>