Shades of Medium Red Violet #A03A8A
Tints of Medium Red Violet #A03A8A
RGB
CMYK
RGB Variations
Color information
#A03A8A (or 0xA03A8A) is known color: Medium Red Violet. HEX triplet: A0, 3A and 8A. RGB value is (160,58,138). Sum of RGB (Red+Green+Blue) = 160+58+138=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A8A is #5FC575. Grayscale: #616161. Windows color (decimal): -6276470 or 9058976. OLE color: 9058976.
HSL color Cylindrical-coordinate representation of color #A03A8A: hue angle of 312.94º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03A8A is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 138 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.37 |
| HSL | 312.94º | 0.47% | 0.43% | - |
| HSV(B) | 312.94º | 0.64% | 0.63% | - |
| XYZ | 20.6 | 12.33 | 25.34 | - |
| YUV | 97.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 138 | 0 | 0.64 | 0.14 | 0.37 | 312.94 | 0.47 | 0.43 |
| Hex | A0 | 3A | 8A | 0 | 40 | E | 25 | 139 | 2F | 2B |
| Octal | 240 | 72 | 212 | 0 | 100 | 16 | 45 | 471 | 57 | 53 |
| Binary | 10100000 | 111010 | 10001010 | 0 | 1000000 | 1110 | 100101 | 100111001 | 101111 | 101011 |
Color Harmonies of #A03A8A
Complementary color
Monochromatic Colors of #A03A8A
Black with #A03A8A
Text Example
Text Example
White with #A03A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A8A; }
p { color: rgb(160,58,138); }
H1.HeaderClassName
{
color: #A03A8A;
}
.AnyTagClassName
{
color: #A03A8A;
}
</style>
background-color css
<style>
a { background-color: #A03A8A; }
a { background-color: rgb(160,58,138); }
div.DivClassName
{
background-color: #A03A8A;
}
.BgClassName
{
background-color: #A03A8A;
}
</style>
border-color css
<style>
span { border-color: #A03A8A; }
span { border-color: rgb(160,58,138); }
td.TdClassName
{
border-color: #A03A8A;
}
.TagClassName
{
border-color: #A03A8A;
}
</style>