Shades of Medium Red Violet #A1318C
Tints of Medium Red Violet #A1318C
RGB
CMYK
RGB Variations
Color information
#A1318C (or 0xA1318C) is known color: Medium Red Violet. HEX triplet: A1, 31 and 8C. RGB value is (161,49,140). Sum of RGB (Red+Green+Blue) = 161+49+140=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1318C is #5ECE73. Grayscale: #5C5C5C. Windows color (decimal): -6213236 or 9187745. OLE color: 9187745.
HSL color Cylindrical-coordinate representation of color #A1318C: hue angle of 311.25º 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 #A1318C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 140 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.37 |
| HSL | 311.25º | 0.53% | 0.41% | - |
| HSV(B) | 311.25º | 0.7% | 0.63% | - |
| XYZ | 20.53 | 11.67 | 25.98 | - |
| YUV | 92.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 140 | 0 | 0.70 | 0.13 | 0.37 | 311.25 | 0.53 | 0.41 |
| Hex | A1 | 31 | 8C | 0 | 46 | D | 25 | 137 | 35 | 29 |
| Octal | 241 | 61 | 214 | 0 | 106 | 15 | 45 | 467 | 65 | 51 |
| Binary | 10100001 | 110001 | 10001100 | 0 | 1000110 | 1101 | 100101 | 100110111 | 110101 | 101001 |
Color Harmonies of #A1318C
Complementary color
Monochromatic Colors of #A1318C
Black with #A1318C
Text Example
Text Example
White with #A1318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1318C; }
p { color: rgb(161,49,140); }
H1.HeaderClassName
{
color: #A1318C;
}
.AnyTagClassName
{
color: #A1318C;
}
</style>
background-color css
<style>
a { background-color: #A1318C; }
a { background-color: rgb(161,49,140); }
div.DivClassName
{
background-color: #A1318C;
}
.BgClassName
{
background-color: #A1318C;
}
</style>
border-color css
<style>
span { border-color: #A1318C; }
span { border-color: rgb(161,49,140); }
td.TdClassName
{
border-color: #A1318C;
}
.TagClassName
{
border-color: #A1318C;
}
</style>