Shades of Medium Red Violet #A04589
Tints of Medium Red Violet #A04589
RGB
CMYK
RGB Variations
Color information
#A04589 (or 0xA04589) is known color: Medium Red Violet. HEX triplet: A0, 45 and 89. RGB value is (160,69,137). Sum of RGB (Red+Green+Blue) = 160+69+137=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04589 is #5FBA76. Grayscale: #676767. Windows color (decimal): -6273655 or 8996256. OLE color: 8996256.
HSL color Cylindrical-coordinate representation of color #A04589: hue angle of 315.16º 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 #A04589 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 137 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.37 |
| HSL | 315.16º | 0.4% | 0.45% | - |
| HSV(B) | 315.16º | 0.57% | 0.63% | - |
| XYZ | 21.14 | 13.54 | 25.17 | - |
| YUV | 103.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 137 | 0 | 0.57 | 0.14 | 0.37 | 315.16 | 0.4 | 0.45 |
| Hex | A0 | 45 | 89 | 0 | 39 | E | 25 | 13B | 28 | 2D |
| Octal | 240 | 105 | 211 | 0 | 71 | 16 | 45 | 473 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10001001 | 0 | 111001 | 1110 | 100101 | 100111011 | 101000 | 101101 |
Color Harmonies of #A04589
Complementary color
Monochromatic Colors of #A04589
Black with #A04589
Text Example
Text Example
White with #A04589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04589; }
p { color: rgb(160,69,137); }
H1.HeaderClassName
{
color: #A04589;
}
.AnyTagClassName
{
color: #A04589;
}
</style>
background-color css
<style>
a { background-color: #A04589; }
a { background-color: rgb(160,69,137); }
div.DivClassName
{
background-color: #A04589;
}
.BgClassName
{
background-color: #A04589;
}
</style>
border-color css
<style>
span { border-color: #A04589; }
span { border-color: rgb(160,69,137); }
td.TdClassName
{
border-color: #A04589;
}
.TagClassName
{
border-color: #A04589;
}
</style>