Shades of Medium Red Violet #A04A86
Tints of Medium Red Violet #A04A86
RGB
CMYK
RGB Variations
Color information
#A04A86 (or 0xA04A86) is known color: Medium Red Violet. HEX triplet: A0, 4A and 86. RGB value is (160,74,134). Sum of RGB (Red+Green+Blue) = 160+74+134=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04A86 is #5FB579. Grayscale: #6A6A6A. Windows color (decimal): -6272378 or 8800928. OLE color: 8800928.
HSL color Cylindrical-coordinate representation of color #A04A86: hue angle of 318.14º 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 #A04A86 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 134 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.37 |
| HSL | 318.14º | 0.37% | 0.46% | - |
| HSV(B) | 318.14º | 0.54% | 0.63% | - |
| XYZ | 21.25 | 14.09 | 24.15 | - |
| YUV | 106.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 134 | 0 | 0.54 | 0.16 | 0.37 | 318.14 | 0.37 | 0.46 |
| Hex | A0 | 4A | 86 | 0 | 36 | 10 | 25 | 13E | 25 | 2E |
| Octal | 240 | 112 | 206 | 0 | 66 | 20 | 45 | 476 | 45 | 56 |
| Binary | 10100000 | 1001010 | 10000110 | 0 | 110110 | 10000 | 100101 | 100111110 | 100101 | 101110 |
Color Harmonies of #A04A86
Complementary color
Monochromatic Colors of #A04A86
Black with #A04A86
Text Example
Text Example
White with #A04A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A86; }
p { color: rgb(160,74,134); }
H1.HeaderClassName
{
color: #A04A86;
}
.AnyTagClassName
{
color: #A04A86;
}
</style>
background-color css
<style>
a { background-color: #A04A86; }
a { background-color: rgb(160,74,134); }
div.DivClassName
{
background-color: #A04A86;
}
.BgClassName
{
background-color: #A04A86;
}
</style>
border-color css
<style>
span { border-color: #A04A86; }
span { border-color: rgb(160,74,134); }
td.TdClassName
{
border-color: #A04A86;
}
.TagClassName
{
border-color: #A04A86;
}
</style>