Shades of Medium Red Violet #A04286
Tints of Medium Red Violet #A04286
RGB
CMYK
RGB Variations
Color information
#A04286 (or 0xA04286) is known color: Medium Red Violet. HEX triplet: A0, 42 and 86. RGB value is (160,66,134). Sum of RGB (Red+Green+Blue) = 160+66+134=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04286 is #5FBD79. Grayscale: #656565. Windows color (decimal): -6274426 or 8798880. OLE color: 8798880.
HSL color Cylindrical-coordinate representation of color #A04286: hue angle of 316.6º 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 #A04286 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 134 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.37 |
| HSL | 316.6º | 0.42% | 0.44% | - |
| HSV(B) | 316.6º | 0.59% | 0.63% | - |
| XYZ | 20.75 | 13.09 | 23.99 | - |
| YUV | 101.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 134 | 0 | 0.59 | 0.16 | 0.37 | 316.6 | 0.42 | 0.44 |
| Hex | A0 | 42 | 86 | 0 | 3B | 10 | 25 | 13D | 2A | 2C |
| Octal | 240 | 102 | 206 | 0 | 73 | 20 | 45 | 475 | 52 | 54 |
| Binary | 10100000 | 1000010 | 10000110 | 0 | 111011 | 10000 | 100101 | 100111101 | 101010 | 101100 |
Color Harmonies of #A04286
Complementary color
Monochromatic Colors of #A04286
Black with #A04286
Text Example
Text Example
White with #A04286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04286; }
p { color: rgb(160,66,134); }
H1.HeaderClassName
{
color: #A04286;
}
.AnyTagClassName
{
color: #A04286;
}
</style>
background-color css
<style>
a { background-color: #A04286; }
a { background-color: rgb(160,66,134); }
div.DivClassName
{
background-color: #A04286;
}
.BgClassName
{
background-color: #A04286;
}
</style>
border-color css
<style>
span { border-color: #A04286; }
span { border-color: rgb(160,66,134); }
td.TdClassName
{
border-color: #A04286;
}
.TagClassName
{
border-color: #A04286;
}
</style>