Shades of Medium Red Violet #A03E88
Tints of Medium Red Violet #A03E88
RGB
CMYK
RGB Variations
Color information
#A03E88 (or 0xA03E88) is known color: Medium Red Violet. HEX triplet: A0, 3E and 88. RGB value is (160,62,136). Sum of RGB (Red+Green+Blue) = 160+62+136=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E88 is #5FC177. Grayscale: #636363. Windows color (decimal): -6275448 or 8928928. OLE color: 8928928.
HSL color Cylindrical-coordinate representation of color #A03E88: hue angle of 314.69º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03E88 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 136 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.37 |
| HSL | 314.69º | 0.44% | 0.44% | - |
| HSV(B) | 314.69º | 0.61% | 0.63% | - |
| XYZ | 20.66 | 12.7 | 24.65 | - |
| YUV | 99.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 136 | 0 | 0.61 | 0.15 | 0.37 | 314.69 | 0.44 | 0.44 |
| Hex | A0 | 3E | 88 | 0 | 3D | F | 25 | 13B | 2C | 2C |
| Octal | 240 | 76 | 210 | 0 | 75 | 17 | 45 | 473 | 54 | 54 |
| Binary | 10100000 | 111110 | 10001000 | 0 | 111101 | 1111 | 100101 | 100111011 | 101100 | 101100 |
Color Harmonies of #A03E88
Complementary color
Monochromatic Colors of #A03E88
Black with #A03E88
Text Example
Text Example
White with #A03E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E88; }
p { color: rgb(160,62,136); }
H1.HeaderClassName
{
color: #A03E88;
}
.AnyTagClassName
{
color: #A03E88;
}
</style>
background-color css
<style>
a { background-color: #A03E88; }
a { background-color: rgb(160,62,136); }
div.DivClassName
{
background-color: #A03E88;
}
.BgClassName
{
background-color: #A03E88;
}
</style>
border-color css
<style>
span { border-color: #A03E88; }
span { border-color: rgb(160,62,136); }
td.TdClassName
{
border-color: #A03E88;
}
.TagClassName
{
border-color: #A03E88;
}
</style>