Shades of Medium Red Violet #A1317F
Tints of Medium Red Violet #A1317F
RGB
CMYK
RGB Variations
Color information
#A1317F (or 0xA1317F) is known color: Medium Red Violet. HEX triplet: A1, 31 and 7F. RGB value is (161,49,127). Sum of RGB (Red+Green+Blue) = 161+49+127=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 161 - color contains mainly: red. Hex color #A1317F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1317F is #5ECE80. Grayscale: #5B5B5B. Windows color (decimal): -6213249 or 8335777. OLE color: 8335777.
HSL color Cylindrical-coordinate representation of color #A1317F: hue angle of 318.21º 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 #A1317F is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 127 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.37 |
| HSL | 318.21º | 0.53% | 0.41% | - |
| HSV(B) | 318.21º | 0.7% | 0.63% | - |
| XYZ | 19.63 | 11.31 | 21.23 | - |
| YUV | 91.38 | 148.11 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 127 | 0 | 0.70 | 0.21 | 0.37 | 318.21 | 0.53 | 0.41 |
| Hex | A1 | 31 | 7F | 0 | 46 | 15 | 25 | 13E | 35 | 29 |
| Octal | 241 | 61 | 177 | 0 | 106 | 25 | 45 | 476 | 65 | 51 |
| Binary | 10100001 | 110001 | 1111111 | 0 | 1000110 | 10101 | 100101 | 100111110 | 110101 | 101001 |
Color Harmonies of #A1317F
Complementary color
Monochromatic Colors of #A1317F
Black with #A1317F
Text Example
Text Example
White with #A1317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1317F; }
p { color: rgb(161,49,127); }
H1.HeaderClassName
{
color: #A1317F;
}
.AnyTagClassName
{
color: #A1317F;
}
</style>
background-color css
<style>
a { background-color: #A1317F; }
a { background-color: rgb(161,49,127); }
div.DivClassName
{
background-color: #A1317F;
}
.BgClassName
{
background-color: #A1317F;
}
</style>
border-color css
<style>
span { border-color: #A1317F; }
span { border-color: rgb(161,49,127); }
td.TdClassName
{
border-color: #A1317F;
}
.TagClassName
{
border-color: #A1317F;
}
</style>