Shades of Medium Red Violet #A04888
Tints of Medium Red Violet #A04888
RGB
CMYK
RGB Variations
Color information
#A04888 (or 0xA04888) is known color: Medium Red Violet. HEX triplet: A0, 48 and 88. RGB value is (160,72,136). Sum of RGB (Red+Green+Blue) = 160+72+136=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A04888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04888 is #5FB777. Grayscale: #696969. Windows color (decimal): -6272888 or 8931488. OLE color: 8931488.
HSL color Cylindrical-coordinate representation of color #A04888: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04888 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 136 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.37 |
| HSL | 316.36º | 0.38% | 0.45% | - |
| HSV(B) | 316.36º | 0.55% | 0.63% | - |
| XYZ | 21.26 | 13.89 | 24.85 | - |
| YUV | 105.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 136 | 0 | 0.55 | 0.15 | 0.37 | 316.36 | 0.38 | 0.45 |
| Hex | A0 | 48 | 88 | 0 | 37 | F | 25 | 13C | 26 | 2D |
| Octal | 240 | 110 | 210 | 0 | 67 | 17 | 45 | 474 | 46 | 55 |
| Binary | 10100000 | 1001000 | 10001000 | 0 | 110111 | 1111 | 100101 | 100111100 | 100110 | 101101 |
Color Harmonies of #A04888
Complementary color
Monochromatic Colors of #A04888
Black with #A04888
Text Example
Text Example
White with #A04888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04888; }
p { color: rgb(160,72,136); }
H1.HeaderClassName
{
color: #A04888;
}
.AnyTagClassName
{
color: #A04888;
}
</style>
background-color css
<style>
a { background-color: #A04888; }
a { background-color: rgb(160,72,136); }
div.DivClassName
{
background-color: #A04888;
}
.BgClassName
{
background-color: #A04888;
}
</style>
border-color css
<style>
span { border-color: #A04888; }
span { border-color: rgb(160,72,136); }
td.TdClassName
{
border-color: #A04888;
}
.TagClassName
{
border-color: #A04888;
}
</style>