Shades of Medium Red Violet #A04581
Tints of Medium Red Violet #A04581
RGB
CMYK
RGB Variations
Color information
#A04581 (or 0xA04581) is known color: Medium Red Violet. HEX triplet: A0, 45 and 81. RGB value is (160,69,129). Sum of RGB (Red+Green+Blue) = 160+69+129=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04581 is #5FBA7E. Grayscale: #666666. Windows color (decimal): -6273663 or 8471968. OLE color: 8471968.
HSL color Cylindrical-coordinate representation of color #A04581: hue angle of 320.44º 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 #A04581 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 129 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.37 |
| HSL | 320.44º | 0.4% | 0.45% | - |
| HSV(B) | 320.44º | 0.57% | 0.63% | - |
| XYZ | 20.59 | 13.31 | 22.25 | - |
| YUV | 103.05 | 142.65 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 129 | 0 | 0.57 | 0.19 | 0.37 | 320.44 | 0.4 | 0.45 |
| Hex | A0 | 45 | 81 | 0 | 39 | 13 | 25 | 140 | 28 | 2D |
| Octal | 240 | 105 | 201 | 0 | 71 | 23 | 45 | 500 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10000001 | 0 | 111001 | 10011 | 100101 | 101000000 | 101000 | 101101 |
Color Harmonies of #A04581
Complementary color
Monochromatic Colors of #A04581
Black with #A04581
Text Example
Text Example
White with #A04581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04581; }
p { color: rgb(160,69,129); }
H1.HeaderClassName
{
color: #A04581;
}
.AnyTagClassName
{
color: #A04581;
}
</style>
background-color css
<style>
a { background-color: #A04581; }
a { background-color: rgb(160,69,129); }
div.DivClassName
{
background-color: #A04581;
}
.BgClassName
{
background-color: #A04581;
}
</style>
border-color css
<style>
span { border-color: #A04581; }
span { border-color: rgb(160,69,129); }
td.TdClassName
{
border-color: #A04581;
}
.TagClassName
{
border-color: #A04581;
}
</style>