Shades of Medium Red Violet #A03F89
Tints of Medium Red Violet #A03F89
RGB
CMYK
RGB Variations
Color information
#A03F89 (or 0xA03F89) is known color: Medium Red Violet. HEX triplet: A0, 3F and 89. RGB value is (160,63,137). Sum of RGB (Red+Green+Blue) = 160+63+137=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F89 is #5FC076. Grayscale: #646464. Windows color (decimal): -6275191 or 8994720. OLE color: 8994720.
HSL color Cylindrical-coordinate representation of color #A03F89: hue angle of 314.23º degrees, saturation: 0.43, 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 #A03F89 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 137 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.37 |
| HSL | 314.23º | 0.43% | 0.44% | - |
| HSV(B) | 314.23º | 0.61% | 0.63% | - |
| XYZ | 20.79 | 12.83 | 25.05 | - |
| YUV | 100.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 137 | 0 | 0.61 | 0.14 | 0.37 | 314.23 | 0.43 | 0.44 |
| Hex | A0 | 3F | 89 | 0 | 3D | E | 25 | 13A | 2B | 2C |
| Octal | 240 | 77 | 211 | 0 | 75 | 16 | 45 | 472 | 53 | 54 |
| Binary | 10100000 | 111111 | 10001001 | 0 | 111101 | 1110 | 100101 | 100111010 | 101011 | 101100 |
Color Harmonies of #A03F89
Complementary color
Monochromatic Colors of #A03F89
Black with #A03F89
Text Example
Text Example
White with #A03F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F89; }
p { color: rgb(160,63,137); }
H1.HeaderClassName
{
color: #A03F89;
}
.AnyTagClassName
{
color: #A03F89;
}
</style>
background-color css
<style>
a { background-color: #A03F89; }
a { background-color: rgb(160,63,137); }
div.DivClassName
{
background-color: #A03F89;
}
.BgClassName
{
background-color: #A03F89;
}
</style>
border-color css
<style>
span { border-color: #A03F89; }
span { border-color: rgb(160,63,137); }
td.TdClassName
{
border-color: #A03F89;
}
.TagClassName
{
border-color: #A03F89;
}
</style>