Shades of Medium Red Violet #A14186
Tints of Medium Red Violet #A14186
RGB
CMYK
RGB Variations
Color information
#A14186 (or 0xA14186) is known color: Medium Red Violet. HEX triplet: A1, 41 and 86. RGB value is (161,65,134). Sum of RGB (Red+Green+Blue) = 161+65+134=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14186 is #5EBE79. Grayscale: #656565. Windows color (decimal): -6209146 or 8798625. OLE color: 8798625.
HSL color Cylindrical-coordinate representation of color #A14186: hue angle of 316.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14186 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 134 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.37 |
| HSL | 316.88º | 0.42% | 0.44% | - |
| HSV(B) | 316.88º | 0.6% | 0.63% | - |
| XYZ | 20.89 | 13.08 | 23.98 | - |
| YUV | 101.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 134 | 0 | 0.60 | 0.17 | 0.37 | 316.88 | 0.42 | 0.44 |
| Hex | A1 | 41 | 86 | 0 | 3C | 11 | 25 | 13D | 2A | 2C |
| Octal | 241 | 101 | 206 | 0 | 74 | 21 | 45 | 475 | 52 | 54 |
| Binary | 10100001 | 1000001 | 10000110 | 0 | 111100 | 10001 | 100101 | 100111101 | 101010 | 101100 |
Color Harmonies of #A14186
Complementary color
Monochromatic Colors of #A14186
Black with #A14186
Text Example
Text Example
White with #A14186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14186; }
p { color: rgb(161,65,134); }
H1.HeaderClassName
{
color: #A14186;
}
.AnyTagClassName
{
color: #A14186;
}
</style>
background-color css
<style>
a { background-color: #A14186; }
a { background-color: rgb(161,65,134); }
div.DivClassName
{
background-color: #A14186;
}
.BgClassName
{
background-color: #A14186;
}
</style>
border-color css
<style>
span { border-color: #A14186; }
span { border-color: rgb(161,65,134); }
td.TdClassName
{
border-color: #A14186;
}
.TagClassName
{
border-color: #A14186;
}
</style>