Shades of Medium Red Violet #A14785
Tints of Medium Red Violet #A14785
RGB
CMYK
RGB Variations
Color information
#A14785 (or 0xA14785) is known color: Medium Red Violet. HEX triplet: A1, 47 and 85. RGB value is (161,71,133). Sum of RGB (Red+Green+Blue) = 161+71+133=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14785 is #5EB87A. Grayscale: #686868. Windows color (decimal): -6207611 or 8734625. OLE color: 8734625.
HSL color Cylindrical-coordinate representation of color #A14785: hue angle of 318.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14785 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 133 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.37 |
| HSL | 318.67º | 0.39% | 0.45% | - |
| HSV(B) | 318.67º | 0.56% | 0.63% | - |
| XYZ | 21.18 | 13.78 | 23.73 | - |
| YUV | 104.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 133 | 0 | 0.56 | 0.17 | 0.37 | 318.67 | 0.39 | 0.45 |
| Hex | A1 | 47 | 85 | 0 | 38 | 11 | 25 | 13F | 27 | 2D |
| Octal | 241 | 107 | 205 | 0 | 70 | 21 | 45 | 477 | 47 | 55 |
| Binary | 10100001 | 1000111 | 10000101 | 0 | 111000 | 10001 | 100101 | 100111111 | 100111 | 101101 |
Color Harmonies of #A14785
Complementary color
Monochromatic Colors of #A14785
Black with #A14785
Text Example
Text Example
White with #A14785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14785; }
p { color: rgb(161,71,133); }
H1.HeaderClassName
{
color: #A14785;
}
.AnyTagClassName
{
color: #A14785;
}
</style>
background-color css
<style>
a { background-color: #A14785; }
a { background-color: rgb(161,71,133); }
div.DivClassName
{
background-color: #A14785;
}
.BgClassName
{
background-color: #A14785;
}
</style>
border-color css
<style>
span { border-color: #A14785; }
span { border-color: rgb(161,71,133); }
td.TdClassName
{
border-color: #A14785;
}
.TagClassName
{
border-color: #A14785;
}
</style>