Shades of Medium Red Violet #A03E7B
Tints of Medium Red Violet #A03E7B
RGB
CMYK
RGB Variations
Color information
#A03E7B (or 0xA03E7B) is known color: Medium Red Violet. HEX triplet: A0, 3E and 7B. RGB value is (160,62,123). Sum of RGB (Red+Green+Blue) = 160+62+123=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E7B is #5FC184. Grayscale: #626262. Windows color (decimal): -6275461 or 8076960. OLE color: 8076960.
HSL color Cylindrical-coordinate representation of color #A03E7B: hue angle of 322.65º 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 #A03E7B is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 123 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.37 |
| HSL | 322.65º | 0.44% | 0.44% | - |
| HSV(B) | 322.65º | 0.61% | 0.63% | - |
| XYZ | 19.79 | 12.35 | 20.08 | - |
| YUV | 98.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 123 | 0 | 0.61 | 0.23 | 0.37 | 322.65 | 0.44 | 0.44 |
| Hex | A0 | 3E | 7B | 0 | 3D | 17 | 25 | 143 | 2C | 2C |
| Octal | 240 | 76 | 173 | 0 | 75 | 27 | 45 | 503 | 54 | 54 |
| Binary | 10100000 | 111110 | 1111011 | 0 | 111101 | 10111 | 100101 | 101000011 | 101100 | 101100 |
Color Harmonies of #A03E7B
Complementary color
Monochromatic Colors of #A03E7B
Black with #A03E7B
Text Example
Text Example
White with #A03E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E7B; }
p { color: rgb(160,62,123); }
H1.HeaderClassName
{
color: #A03E7B;
}
.AnyTagClassName
{
color: #A03E7B;
}
</style>
background-color css
<style>
a { background-color: #A03E7B; }
a { background-color: rgb(160,62,123); }
div.DivClassName
{
background-color: #A03E7B;
}
.BgClassName
{
background-color: #A03E7B;
}
</style>
border-color css
<style>
span { border-color: #A03E7B; }
span { border-color: rgb(160,62,123); }
td.TdClassName
{
border-color: #A03E7B;
}
.TagClassName
{
border-color: #A03E7B;
}
</style>