Shades of Medium Red Violet #A03B8E
Tints of Medium Red Violet #A03B8E
RGB
CMYK
RGB Variations
Color information
#A03B8E (or 0xA03B8E) is known color: Medium Red Violet. HEX triplet: A0, 3B and 8E. RGB value is (160,59,142). Sum of RGB (Red+Green+Blue) = 160+59+142=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B8E is #5FC471. Grayscale: #626262. Windows color (decimal): -6276210 or 9321376. OLE color: 9321376.
HSL color Cylindrical-coordinate representation of color #A03B8E: hue angle of 310.69º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B8E is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 142 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.37 |
| HSL | 310.69º | 0.46% | 0.43% | - |
| HSV(B) | 310.69º | 0.63% | 0.63% | - |
| XYZ | 20.94 | 12.55 | 26.91 | - |
| YUV | 98.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 142 | 0 | 0.63 | 0.11 | 0.37 | 310.69 | 0.46 | 0.43 |
| Hex | A0 | 3B | 8E | 0 | 3F | B | 25 | 137 | 2E | 2B |
| Octal | 240 | 73 | 216 | 0 | 77 | 13 | 45 | 467 | 56 | 53 |
| Binary | 10100000 | 111011 | 10001110 | 0 | 111111 | 1011 | 100101 | 100110111 | 101110 | 101011 |
Color Harmonies of #A03B8E
Complementary color
Monochromatic Colors of #A03B8E
Black with #A03B8E
Text Example
Text Example
White with #A03B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B8E; }
p { color: rgb(160,59,142); }
H1.HeaderClassName
{
color: #A03B8E;
}
.AnyTagClassName
{
color: #A03B8E;
}
</style>
background-color css
<style>
a { background-color: #A03B8E; }
a { background-color: rgb(160,59,142); }
div.DivClassName
{
background-color: #A03B8E;
}
.BgClassName
{
background-color: #A03B8E;
}
</style>
border-color css
<style>
span { border-color: #A03B8E; }
span { border-color: rgb(160,59,142); }
td.TdClassName
{
border-color: #A03B8E;
}
.TagClassName
{
border-color: #A03B8E;
}
</style>