Shades of Medium Red Violet #A0368B
Tints of Medium Red Violet #A0368B
RGB
CMYK
RGB Variations
Color information
#A0368B (or 0xA0368B) is known color: Medium Red Violet. HEX triplet: A0, 36 and 8B. RGB value is (160,54,139). Sum of RGB (Red+Green+Blue) = 160+54+139=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0368B is #5FC974. Grayscale: #5F5F5F. Windows color (decimal): -6277493 or 9123488. OLE color: 9123488.
HSL color Cylindrical-coordinate representation of color #A0368B: hue angle of 311.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0368B is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 139 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.37 |
| HSL | 311.89º | 0.5% | 0.42% | - |
| HSV(B) | 311.89º | 0.66% | 0.63% | - |
| XYZ | 20.48 | 11.98 | 25.66 | - |
| YUV | 95.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 139 | 0 | 0.66 | 0.13 | 0.37 | 311.89 | 0.5 | 0.42 |
| Hex | A0 | 36 | 8B | 0 | 42 | D | 25 | 138 | 32 | 2A |
| Octal | 240 | 66 | 213 | 0 | 102 | 15 | 45 | 470 | 62 | 52 |
| Binary | 10100000 | 110110 | 10001011 | 0 | 1000010 | 1101 | 100101 | 100111000 | 110010 | 101010 |
Color Harmonies of #A0368B
Complementary color
Monochromatic Colors of #A0368B
Black with #A0368B
Text Example
Text Example
White with #A0368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0368B; }
p { color: rgb(160,54,139); }
H1.HeaderClassName
{
color: #A0368B;
}
.AnyTagClassName
{
color: #A0368B;
}
</style>
background-color css
<style>
a { background-color: #A0368B; }
a { background-color: rgb(160,54,139); }
div.DivClassName
{
background-color: #A0368B;
}
.BgClassName
{
background-color: #A0368B;
}
</style>
border-color css
<style>
span { border-color: #A0368B; }
span { border-color: rgb(160,54,139); }
td.TdClassName
{
border-color: #A0368B;
}
.TagClassName
{
border-color: #A0368B;
}
</style>