Shades of Medium Red Violet #A03D8F
Tints of Medium Red Violet #A03D8F
RGB
CMYK
RGB Variations
Color information
#A03D8F (or 0xA03D8F) is known color: Medium Red Violet. HEX triplet: A0, 3D and 8F. RGB value is (160,61,143). Sum of RGB (Red+Green+Blue) = 160+61+143=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D8F is #5FC270. Grayscale: #636363. Windows color (decimal): -6275697 or 9387424. OLE color: 9387424.
HSL color Cylindrical-coordinate representation of color #A03D8F: hue angle of 310.3º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D8F is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 143 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.37 |
| HSL | 310.3º | 0.45% | 0.43% | - |
| HSV(B) | 310.3º | 0.62% | 0.63% | - |
| XYZ | 21.12 | 12.79 | 27.34 | - |
| YUV | 99.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 143 | 0 | 0.62 | 0.11 | 0.37 | 310.3 | 0.45 | 0.43 |
| Hex | A0 | 3D | 8F | 0 | 3E | B | 25 | 136 | 2D | 2B |
| Octal | 240 | 75 | 217 | 0 | 76 | 13 | 45 | 466 | 55 | 53 |
| Binary | 10100000 | 111101 | 10001111 | 0 | 111110 | 1011 | 100101 | 100110110 | 101101 | 101011 |
Color Harmonies of #A03D8F
Complementary color
Monochromatic Colors of #A03D8F
Black with #A03D8F
Text Example
Text Example
White with #A03D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D8F; }
p { color: rgb(160,61,143); }
H1.HeaderClassName
{
color: #A03D8F;
}
.AnyTagClassName
{
color: #A03D8F;
}
</style>
background-color css
<style>
a { background-color: #A03D8F; }
a { background-color: rgb(160,61,143); }
div.DivClassName
{
background-color: #A03D8F;
}
.BgClassName
{
background-color: #A03D8F;
}
</style>
border-color css
<style>
span { border-color: #A03D8F; }
span { border-color: rgb(160,61,143); }
td.TdClassName
{
border-color: #A03D8F;
}
.TagClassName
{
border-color: #A03D8F;
}
</style>