Shades of Medium Red Violet #A04688
Tints of Medium Red Violet #A04688
RGB
CMYK
RGB Variations
Color information
#A04688 (or 0xA04688) is known color: Medium Red Violet. HEX triplet: A0, 46 and 88. RGB value is (160,70,136). Sum of RGB (Red+Green+Blue) = 160+70+136=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04688 is #5FB977. Grayscale: #686868. Windows color (decimal): -6273400 or 8930976. OLE color: 8930976.
HSL color Cylindrical-coordinate representation of color #A04688: hue angle of 316º 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 #A04688 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 136 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.37 |
| HSL | 316º | 0.39% | 0.45% | - |
| HSV(B) | 316º | 0.56% | 0.63% | - |
| XYZ | 21.13 | 13.63 | 24.81 | - |
| YUV | 104.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 136 | 0 | 0.56 | 0.15 | 0.37 | 316 | 0.39 | 0.45 |
| Hex | A0 | 46 | 88 | 0 | 38 | F | 25 | 13C | 27 | 2D |
| Octal | 240 | 106 | 210 | 0 | 70 | 17 | 45 | 474 | 47 | 55 |
| Binary | 10100000 | 1000110 | 10001000 | 0 | 111000 | 1111 | 100101 | 100111100 | 100111 | 101101 |
Color Harmonies of #A04688
Complementary color
Monochromatic Colors of #A04688
Black with #A04688
Text Example
Text Example
White with #A04688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04688; }
p { color: rgb(160,70,136); }
H1.HeaderClassName
{
color: #A04688;
}
.AnyTagClassName
{
color: #A04688;
}
</style>
background-color css
<style>
a { background-color: #A04688; }
a { background-color: rgb(160,70,136); }
div.DivClassName
{
background-color: #A04688;
}
.BgClassName
{
background-color: #A04688;
}
</style>
border-color css
<style>
span { border-color: #A04688; }
span { border-color: rgb(160,70,136); }
td.TdClassName
{
border-color: #A04688;
}
.TagClassName
{
border-color: #A04688;
}
</style>