Shades of Medium Red Violet #A04281
Tints of Medium Red Violet #A04281
RGB
CMYK
RGB Variations
Color information
#A04281 (or 0xA04281) is known color: Medium Red Violet. HEX triplet: A0, 42 and 81. RGB value is (160,66,129). Sum of RGB (Red+Green+Blue) = 160+66+129=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A04281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04281 is #5FBD7E. Grayscale: #656565. Windows color (decimal): -6274431 or 8471200. OLE color: 8471200.
HSL color Cylindrical-coordinate representation of color #A04281: hue angle of 319.79º 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 #A04281 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 129 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.37 |
| HSL | 319.79º | 0.42% | 0.44% | - |
| HSV(B) | 319.79º | 0.59% | 0.63% | - |
| XYZ | 20.41 | 12.95 | 22.19 | - |
| YUV | 101.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 129 | 0 | 0.59 | 0.19 | 0.37 | 319.79 | 0.42 | 0.44 |
| Hex | A0 | 42 | 81 | 0 | 3B | 13 | 25 | 140 | 2A | 2C |
| Octal | 240 | 102 | 201 | 0 | 73 | 23 | 45 | 500 | 52 | 54 |
| Binary | 10100000 | 1000010 | 10000001 | 0 | 111011 | 10011 | 100101 | 101000000 | 101010 | 101100 |
Color Harmonies of #A04281
Complementary color
Monochromatic Colors of #A04281
Black with #A04281
Text Example
Text Example
White with #A04281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04281; }
p { color: rgb(160,66,129); }
H1.HeaderClassName
{
color: #A04281;
}
.AnyTagClassName
{
color: #A04281;
}
</style>
background-color css
<style>
a { background-color: #A04281; }
a { background-color: rgb(160,66,129); }
div.DivClassName
{
background-color: #A04281;
}
.BgClassName
{
background-color: #A04281;
}
</style>
border-color css
<style>
span { border-color: #A04281; }
span { border-color: rgb(160,66,129); }
td.TdClassName
{
border-color: #A04281;
}
.TagClassName
{
border-color: #A04281;
}
</style>