Shades of Medium Red Violet #A03A8D
Tints of Medium Red Violet #A03A8D
RGB
CMYK
RGB Variations
Color information
#A03A8D (or 0xA03A8D) is known color: Medium Red Violet. HEX triplet: A0, 3A and 8D. RGB value is (160,58,141). Sum of RGB (Red+Green+Blue) = 160+58+141=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A8D is #5FC572. Grayscale: #616161. Windows color (decimal): -6276467 or 9255584. OLE color: 9255584.
HSL color Cylindrical-coordinate representation of color #A03A8D: hue angle of 311.18º 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 #A03A8D is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 141 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.37 |
| HSL | 311.18º | 0.47% | 0.43% | - |
| HSV(B) | 311.18º | 0.64% | 0.63% | - |
| XYZ | 20.82 | 12.42 | 26.5 | - |
| YUV | 97.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 141 | 0 | 0.64 | 0.12 | 0.37 | 311.18 | 0.47 | 0.43 |
| Hex | A0 | 3A | 8D | 0 | 40 | C | 25 | 137 | 2F | 2B |
| Octal | 240 | 72 | 215 | 0 | 100 | 14 | 45 | 467 | 57 | 53 |
| Binary | 10100000 | 111010 | 10001101 | 0 | 1000000 | 1100 | 100101 | 100110111 | 101111 | 101011 |
Color Harmonies of #A03A8D
Complementary color
Monochromatic Colors of #A03A8D
Black with #A03A8D
Text Example
Text Example
White with #A03A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A8D; }
p { color: rgb(160,58,141); }
H1.HeaderClassName
{
color: #A03A8D;
}
.AnyTagClassName
{
color: #A03A8D;
}
</style>
background-color css
<style>
a { background-color: #A03A8D; }
a { background-color: rgb(160,58,141); }
div.DivClassName
{
background-color: #A03A8D;
}
.BgClassName
{
background-color: #A03A8D;
}
</style>
border-color css
<style>
span { border-color: #A03A8D; }
span { border-color: rgb(160,58,141); }
td.TdClassName
{
border-color: #A03A8D;
}
.TagClassName
{
border-color: #A03A8D;
}
</style>