Shades of Medium Red Violet #A04985
Tints of Medium Red Violet #A04985
RGB
CMYK
RGB Variations
Color information
#A04985 (or 0xA04985) is known color: Medium Red Violet. HEX triplet: A0, 49 and 85. RGB value is (160,73,133). Sum of RGB (Red+Green+Blue) = 160+73+133=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04985 is #5FB67A. Grayscale: #696969. Windows color (decimal): -6272635 or 8735136. OLE color: 8735136.
HSL color Cylindrical-coordinate representation of color #A04985: hue angle of 318.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04985 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 133 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.37 |
| HSL | 318.62º | 0.37% | 0.46% | - |
| HSV(B) | 318.62º | 0.54% | 0.63% | - |
| XYZ | 21.11 | 13.93 | 23.77 | - |
| YUV | 105.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 133 | 0 | 0.54 | 0.17 | 0.37 | 318.62 | 0.37 | 0.46 |
| Hex | A0 | 49 | 85 | 0 | 36 | 11 | 25 | 13F | 25 | 2E |
| Octal | 240 | 111 | 205 | 0 | 66 | 21 | 45 | 477 | 45 | 56 |
| Binary | 10100000 | 1001001 | 10000101 | 0 | 110110 | 10001 | 100101 | 100111111 | 100101 | 101110 |
Color Harmonies of #A04985
Complementary color
Monochromatic Colors of #A04985
Black with #A04985
Text Example
Text Example
White with #A04985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04985; }
p { color: rgb(160,73,133); }
H1.HeaderClassName
{
color: #A04985;
}
.AnyTagClassName
{
color: #A04985;
}
</style>
background-color css
<style>
a { background-color: #A04985; }
a { background-color: rgb(160,73,133); }
div.DivClassName
{
background-color: #A04985;
}
.BgClassName
{
background-color: #A04985;
}
</style>
border-color css
<style>
span { border-color: #A04985; }
span { border-color: rgb(160,73,133); }
td.TdClassName
{
border-color: #A04985;
}
.TagClassName
{
border-color: #A04985;
}
</style>