Shades of Medium Red Violet #A04381
Tints of Medium Red Violet #A04381
RGB
CMYK
RGB Variations
Color information
#A04381 (or 0xA04381) is known color: Medium Red Violet. HEX triplet: A0, 43 and 81. RGB value is (160,67,129). Sum of RGB (Red+Green+Blue) = 160+67+129=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04381 is #5FBC7E. Grayscale: #656565. Windows color (decimal): -6274175 or 8471456. OLE color: 8471456.
HSL color Cylindrical-coordinate representation of color #A04381: hue angle of 320º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04381 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 129 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.37 |
| HSL | 320º | 0.41% | 0.45% | - |
| HSV(B) | 320º | 0.58% | 0.63% | - |
| XYZ | 20.47 | 13.07 | 22.21 | - |
| YUV | 101.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 129 | 0 | 0.58 | 0.19 | 0.37 | 320 | 0.41 | 0.45 |
| Hex | A0 | 43 | 81 | 0 | 3A | 13 | 25 | 140 | 29 | 2D |
| Octal | 240 | 103 | 201 | 0 | 72 | 23 | 45 | 500 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10000001 | 0 | 111010 | 10011 | 100101 | 101000000 | 101001 | 101101 |
Color Harmonies of #A04381
Complementary color
Monochromatic Colors of #A04381
Black with #A04381
Text Example
Text Example
White with #A04381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04381; }
p { color: rgb(160,67,129); }
H1.HeaderClassName
{
color: #A04381;
}
.AnyTagClassName
{
color: #A04381;
}
</style>
background-color css
<style>
a { background-color: #A04381; }
a { background-color: rgb(160,67,129); }
div.DivClassName
{
background-color: #A04381;
}
.BgClassName
{
background-color: #A04381;
}
</style>
border-color css
<style>
span { border-color: #A04381; }
span { border-color: rgb(160,67,129); }
td.TdClassName
{
border-color: #A04381;
}
.TagClassName
{
border-color: #A04381;
}
</style>