Shades of Medium Red Violet #A04188
Tints of Medium Red Violet #A04188
RGB
CMYK
RGB Variations
Color information
#A04188 (or 0xA04188) is known color: Medium Red Violet. HEX triplet: A0, 41 and 88. RGB value is (160,65,136). Sum of RGB (Red+Green+Blue) = 160+65+136=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04188 is #5FBE77. Grayscale: #656565. Windows color (decimal): -6274680 or 8929696. OLE color: 8929696.
HSL color Cylindrical-coordinate representation of color #A04188: hue angle of 315.16º 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 #A04188 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 136 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.37 |
| HSL | 315.16º | 0.42% | 0.44% | - |
| HSV(B) | 315.16º | 0.59% | 0.63% | - |
| XYZ | 20.83 | 13.03 | 24.71 | - |
| YUV | 101.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 136 | 0 | 0.59 | 0.15 | 0.37 | 315.16 | 0.42 | 0.44 |
| Hex | A0 | 41 | 88 | 0 | 3B | F | 25 | 13B | 2A | 2C |
| Octal | 240 | 101 | 210 | 0 | 73 | 17 | 45 | 473 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001000 | 0 | 111011 | 1111 | 100101 | 100111011 | 101010 | 101100 |
Color Harmonies of #A04188
Complementary color
Monochromatic Colors of #A04188
Black with #A04188
Text Example
Text Example
White with #A04188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04188; }
p { color: rgb(160,65,136); }
H1.HeaderClassName
{
color: #A04188;
}
.AnyTagClassName
{
color: #A04188;
}
</style>
background-color css
<style>
a { background-color: #A04188; }
a { background-color: rgb(160,65,136); }
div.DivClassName
{
background-color: #A04188;
}
.BgClassName
{
background-color: #A04188;
}
</style>
border-color css
<style>
span { border-color: #A04188; }
span { border-color: rgb(160,65,136); }
td.TdClassName
{
border-color: #A04188;
}
.TagClassName
{
border-color: #A04188;
}
</style>