Shades of Medium Red Violet #A14986
Tints of Medium Red Violet #A14986
RGB
CMYK
RGB Variations
Color information
#A14986 (or 0xA14986) is known color: Medium Red Violet. HEX triplet: A1, 49 and 86. RGB value is (161,73,134). Sum of RGB (Red+Green+Blue) = 161+73+134=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A14986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14986 is #5EB679. Grayscale: #6A6A6A. Windows color (decimal): -6207098 or 8800673. OLE color: 8800673.
HSL color Cylindrical-coordinate representation of color #A14986: hue angle of 318.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14986 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 73 | 134 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.37 |
| HSL | 318.41º | 0.38% | 0.46% | - |
| HSV(B) | 318.41º | 0.55% | 0.63% | - |
| XYZ | 21.38 | 14.06 | 24.14 | - |
| YUV | 106.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 73 | 134 | 0 | 0.55 | 0.17 | 0.37 | 318.41 | 0.38 | 0.46 |
| Hex | A1 | 49 | 86 | 0 | 37 | 11 | 25 | 13E | 26 | 2E |
| Octal | 241 | 111 | 206 | 0 | 67 | 21 | 45 | 476 | 46 | 56 |
| Binary | 10100001 | 1001001 | 10000110 | 0 | 110111 | 10001 | 100101 | 100111110 | 100110 | 101110 |
Color Harmonies of #A14986
Complementary color
Monochromatic Colors of #A14986
Black with #A14986
Text Example
Text Example
White with #A14986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14986; }
p { color: rgb(161,73,134); }
H1.HeaderClassName
{
color: #A14986;
}
.AnyTagClassName
{
color: #A14986;
}
</style>
background-color css
<style>
a { background-color: #A14986; }
a { background-color: rgb(161,73,134); }
div.DivClassName
{
background-color: #A14986;
}
.BgClassName
{
background-color: #A14986;
}
</style>
border-color css
<style>
span { border-color: #A14986; }
span { border-color: rgb(161,73,134); }
td.TdClassName
{
border-color: #A14986;
}
.TagClassName
{
border-color: #A14986;
}
</style>