Shades of Medium Red Violet #A04588
Tints of Medium Red Violet #A04588
RGB
CMYK
RGB Variations
Color information
#A04588 (or 0xA04588) is known color: Medium Red Violet. HEX triplet: A0, 45 and 88. RGB value is (160,69,136). Sum of RGB (Red+Green+Blue) = 160+69+136=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04588 is #5FBA77. Grayscale: #676767. Windows color (decimal): -6273656 or 8930720. OLE color: 8930720.
HSL color Cylindrical-coordinate representation of color #A04588: hue angle of 315.82º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04588 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 136 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.37 |
| HSL | 315.82º | 0.4% | 0.45% | - |
| HSV(B) | 315.82º | 0.57% | 0.63% | - |
| XYZ | 21.07 | 13.51 | 24.79 | - |
| YUV | 103.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 136 | 0 | 0.57 | 0.15 | 0.37 | 315.82 | 0.4 | 0.45 |
| Hex | A0 | 45 | 88 | 0 | 39 | F | 25 | 13C | 28 | 2D |
| Octal | 240 | 105 | 210 | 0 | 71 | 17 | 45 | 474 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10001000 | 0 | 111001 | 1111 | 100101 | 100111100 | 101000 | 101101 |
Color Harmonies of #A04588
Complementary color
Monochromatic Colors of #A04588
Black with #A04588
Text Example
Text Example
White with #A04588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04588; }
p { color: rgb(160,69,136); }
H1.HeaderClassName
{
color: #A04588;
}
.AnyTagClassName
{
color: #A04588;
}
</style>
background-color css
<style>
a { background-color: #A04588; }
a { background-color: rgb(160,69,136); }
div.DivClassName
{
background-color: #A04588;
}
.BgClassName
{
background-color: #A04588;
}
</style>
border-color css
<style>
span { border-color: #A04588; }
span { border-color: rgb(160,69,136); }
td.TdClassName
{
border-color: #A04588;
}
.TagClassName
{
border-color: #A04588;
}
</style>