Shades of Medium Red Violet #A03F8A
Tints of Medium Red Violet #A03F8A
RGB
CMYK
RGB Variations
Color information
#A03F8A (or 0xA03F8A) is known color: Medium Red Violet. HEX triplet: A0, 3F and 8A. RGB value is (160,63,138). Sum of RGB (Red+Green+Blue) = 160+63+138=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F8A is #5FC075. Grayscale: #646464. Windows color (decimal): -6275190 or 9060256. OLE color: 9060256.
HSL color Cylindrical-coordinate representation of color #A03F8A: hue angle of 313.61º 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 #A03F8A is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 138 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.37 |
| HSL | 313.61º | 0.43% | 0.44% | - |
| HSV(B) | 313.61º | 0.61% | 0.63% | - |
| XYZ | 20.86 | 12.86 | 25.43 | - |
| YUV | 100.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 138 | 0 | 0.61 | 0.14 | 0.37 | 313.61 | 0.43 | 0.44 |
| Hex | A0 | 3F | 8A | 0 | 3D | E | 25 | 13A | 2B | 2C |
| Octal | 240 | 77 | 212 | 0 | 75 | 16 | 45 | 472 | 53 | 54 |
| Binary | 10100000 | 111111 | 10001010 | 0 | 111101 | 1110 | 100101 | 100111010 | 101011 | 101100 |
Color Harmonies of #A03F8A
Complementary color
Monochromatic Colors of #A03F8A
Black with #A03F8A
Text Example
Text Example
White with #A03F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F8A; }
p { color: rgb(160,63,138); }
H1.HeaderClassName
{
color: #A03F8A;
}
.AnyTagClassName
{
color: #A03F8A;
}
</style>
background-color css
<style>
a { background-color: #A03F8A; }
a { background-color: rgb(160,63,138); }
div.DivClassName
{
background-color: #A03F8A;
}
.BgClassName
{
background-color: #A03F8A;
}
</style>
border-color css
<style>
span { border-color: #A03F8A; }
span { border-color: rgb(160,63,138); }
td.TdClassName
{
border-color: #A03F8A;
}
.TagClassName
{
border-color: #A03F8A;
}
</style>