Shades of Medium Red Violet #A03E7A
Tints of Medium Red Violet #A03E7A
RGB
CMYK
RGB Variations
Color information
#A03E7A (or 0xA03E7A) is known color: Medium Red Violet. HEX triplet: A0, 3E and 7A. RGB value is (160,62,122). Sum of RGB (Red+Green+Blue) = 160+62+122=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03E7A is #5FC185. Grayscale: #626262. Windows color (decimal): -6275462 or 8011424. OLE color: 8011424.
HSL color Cylindrical-coordinate representation of color #A03E7A: hue angle of 323.27º 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 #A03E7A is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 122 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.37 |
| HSL | 323.27º | 0.44% | 0.44% | - |
| HSV(B) | 323.27º | 0.61% | 0.63% | - |
| XYZ | 19.73 | 12.32 | 19.75 | - |
| YUV | 98.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 122 | 0 | 0.61 | 0.24 | 0.37 | 323.27 | 0.44 | 0.44 |
| Hex | A0 | 3E | 7A | 0 | 3D | 18 | 25 | 143 | 2C | 2C |
| Octal | 240 | 76 | 172 | 0 | 75 | 30 | 45 | 503 | 54 | 54 |
| Binary | 10100000 | 111110 | 1111010 | 0 | 111101 | 11000 | 100101 | 101000011 | 101100 | 101100 |
Color Harmonies of #A03E7A
Complementary color
Monochromatic Colors of #A03E7A
Black with #A03E7A
Text Example
Text Example
White with #A03E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E7A; }
p { color: rgb(160,62,122); }
H1.HeaderClassName
{
color: #A03E7A;
}
.AnyTagClassName
{
color: #A03E7A;
}
</style>
background-color css
<style>
a { background-color: #A03E7A; }
a { background-color: rgb(160,62,122); }
div.DivClassName
{
background-color: #A03E7A;
}
.BgClassName
{
background-color: #A03E7A;
}
</style>
border-color css
<style>
span { border-color: #A03E7A; }
span { border-color: rgb(160,62,122); }
td.TdClassName
{
border-color: #A03E7A;
}
.TagClassName
{
border-color: #A03E7A;
}
</style>