Shades of Medium Red Violet #A03B8F
Tints of Medium Red Violet #A03B8F
RGB
CMYK
RGB Variations
Color information
#A03B8F (or 0xA03B8F) is known color: Medium Red Violet. HEX triplet: A0, 3B and 8F. RGB value is (160,59,143). Sum of RGB (Red+Green+Blue) = 160+59+143=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03B8F is #5FC470. Grayscale: #626262. Windows color (decimal): -6276209 or 9386912. OLE color: 9386912.
HSL color Cylindrical-coordinate representation of color #A03B8F: hue angle of 310.1º 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 #A03B8F is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 59 | 143 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.37 |
| HSL | 310.1º | 0.46% | 0.43% | - |
| HSV(B) | 310.1º | 0.63% | 0.63% | - |
| XYZ | 21.02 | 12.58 | 27.31 | - |
| YUV | 98.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 143 | 0 | 0.63 | 0.11 | 0.37 | 310.1 | 0.46 | 0.43 |
| Hex | A0 | 3B | 8F | 0 | 3F | B | 25 | 136 | 2E | 2B |
| Octal | 240 | 73 | 217 | 0 | 77 | 13 | 45 | 466 | 56 | 53 |
| Binary | 10100000 | 111011 | 10001111 | 0 | 111111 | 1011 | 100101 | 100110110 | 101110 | 101011 |
Color Harmonies of #A03B8F
Complementary color
Monochromatic Colors of #A03B8F
Black with #A03B8F
Text Example
Text Example
White with #A03B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03B8F; }
p { color: rgb(160,59,143); }
H1.HeaderClassName
{
color: #A03B8F;
}
.AnyTagClassName
{
color: #A03B8F;
}
</style>
background-color css
<style>
a { background-color: #A03B8F; }
a { background-color: rgb(160,59,143); }
div.DivClassName
{
background-color: #A03B8F;
}
.BgClassName
{
background-color: #A03B8F;
}
</style>
border-color css
<style>
span { border-color: #A03B8F; }
span { border-color: rgb(160,59,143); }
td.TdClassName
{
border-color: #A03B8F;
}
.TagClassName
{
border-color: #A03B8F;
}
</style>