Shades of Medium Red Violet #A03A8B
Tints of Medium Red Violet #A03A8B
RGB
CMYK
RGB Variations
Color information
#A03A8B (or 0xA03A8B) is known color: Medium Red Violet. HEX triplet: A0, 3A and 8B. RGB value is (160,58,139). Sum of RGB (Red+Green+Blue) = 160+58+139=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A8B is #5FC574. Grayscale: #616161. Windows color (decimal): -6276469 or 9124512. OLE color: 9124512.
HSL color Cylindrical-coordinate representation of color #A03A8B: hue angle of 312.35º 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 #A03A8B is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 139 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.37 |
| HSL | 312.35º | 0.47% | 0.43% | - |
| HSV(B) | 312.35º | 0.64% | 0.63% | - |
| XYZ | 20.67 | 12.36 | 25.72 | - |
| YUV | 97.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 139 | 0 | 0.64 | 0.13 | 0.37 | 312.35 | 0.47 | 0.43 |
| Hex | A0 | 3A | 8B | 0 | 40 | D | 25 | 138 | 2F | 2B |
| Octal | 240 | 72 | 213 | 0 | 100 | 15 | 45 | 470 | 57 | 53 |
| Binary | 10100000 | 111010 | 10001011 | 0 | 1000000 | 1101 | 100101 | 100111000 | 101111 | 101011 |
Color Harmonies of #A03A8B
Complementary color
Monochromatic Colors of #A03A8B
Black with #A03A8B
Text Example
Text Example
White with #A03A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A8B; }
p { color: rgb(160,58,139); }
H1.HeaderClassName
{
color: #A03A8B;
}
.AnyTagClassName
{
color: #A03A8B;
}
</style>
background-color css
<style>
a { background-color: #A03A8B; }
a { background-color: rgb(160,58,139); }
div.DivClassName
{
background-color: #A03A8B;
}
.BgClassName
{
background-color: #A03A8B;
}
</style>
border-color css
<style>
span { border-color: #A03A8B; }
span { border-color: rgb(160,58,139); }
td.TdClassName
{
border-color: #A03A8B;
}
.TagClassName
{
border-color: #A03A8B;
}
</style>