Shades of Medium Red Violet #A04181
Tints of Medium Red Violet #A04181
RGB
CMYK
RGB Variations
Color information
#A04181 (or 0xA04181) is known color: Medium Red Violet. HEX triplet: A0, 41 and 81. RGB value is (160,65,129). Sum of RGB (Red+Green+Blue) = 160+65+129=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A04181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04181 is #5FBE7E. Grayscale: #646464. Windows color (decimal): -6274687 or 8470944. OLE color: 8470944.
HSL color Cylindrical-coordinate representation of color #A04181: hue angle of 319.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04181 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 129 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.37 |
| HSL | 319.58º | 0.42% | 0.44% | - |
| HSV(B) | 319.58º | 0.59% | 0.63% | - |
| XYZ | 20.35 | 12.84 | 22.17 | - |
| YUV | 100.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 129 | 0 | 0.59 | 0.19 | 0.37 | 319.58 | 0.42 | 0.44 |
| Hex | A0 | 41 | 81 | 0 | 3B | 13 | 25 | 140 | 2A | 2C |
| Octal | 240 | 101 | 201 | 0 | 73 | 23 | 45 | 500 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10000001 | 0 | 111011 | 10011 | 100101 | 101000000 | 101010 | 101100 |
Color Harmonies of #A04181
Complementary color
Monochromatic Colors of #A04181
Black with #A04181
Text Example
Text Example
White with #A04181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04181; }
p { color: rgb(160,65,129); }
H1.HeaderClassName
{
color: #A04181;
}
.AnyTagClassName
{
color: #A04181;
}
</style>
background-color css
<style>
a { background-color: #A04181; }
a { background-color: rgb(160,65,129); }
div.DivClassName
{
background-color: #A04181;
}
.BgClassName
{
background-color: #A04181;
}
</style>
border-color css
<style>
span { border-color: #A04181; }
span { border-color: rgb(160,65,129); }
td.TdClassName
{
border-color: #A04181;
}
.TagClassName
{
border-color: #A04181;
}
</style>