Shades of Medium Red Violet #A0388B
Tints of Medium Red Violet #A0388B
RGB
CMYK
RGB Variations
Color information
#A0388B (or 0xA0388B) is known color: Medium Red Violet. HEX triplet: A0, 38 and 8B. RGB value is (160,56,139). Sum of RGB (Red+Green+Blue) = 160+56+139=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0388B is #5FC774. Grayscale: #606060. Windows color (decimal): -6276981 or 9124000. OLE color: 9124000.
HSL color Cylindrical-coordinate representation of color #A0388B: hue angle of 312.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0388B is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 139 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.37 |
| HSL | 312.12º | 0.48% | 0.42% | - |
| HSV(B) | 312.12º | 0.65% | 0.63% | - |
| XYZ | 20.57 | 12.17 | 25.69 | - |
| YUV | 96.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 139 | 0 | 0.65 | 0.13 | 0.37 | 312.12 | 0.48 | 0.42 |
| Hex | A0 | 38 | 8B | 0 | 41 | D | 25 | 138 | 30 | 2A |
| Octal | 240 | 70 | 213 | 0 | 101 | 15 | 45 | 470 | 60 | 52 |
| Binary | 10100000 | 111000 | 10001011 | 0 | 1000001 | 1101 | 100101 | 100111000 | 110000 | 101010 |
Color Harmonies of #A0388B
Complementary color
Monochromatic Colors of #A0388B
Black with #A0388B
Text Example
Text Example
White with #A0388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0388B; }
p { color: rgb(160,56,139); }
H1.HeaderClassName
{
color: #A0388B;
}
.AnyTagClassName
{
color: #A0388B;
}
</style>
background-color css
<style>
a { background-color: #A0388B; }
a { background-color: rgb(160,56,139); }
div.DivClassName
{
background-color: #A0388B;
}
.BgClassName
{
background-color: #A0388B;
}
</style>
border-color css
<style>
span { border-color: #A0388B; }
span { border-color: rgb(160,56,139); }
td.TdClassName
{
border-color: #A0388B;
}
.TagClassName
{
border-color: #A0388B;
}
</style>