Shades of Medium Red Violet #A0368E
Tints of Medium Red Violet #A0368E
RGB
CMYK
RGB Variations
Color information
#A0368E (or 0xA0368E) is known color: Medium Red Violet. HEX triplet: A0, 36 and 8E. RGB value is (160,54,142). Sum of RGB (Red+Green+Blue) = 160+54+142=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0368E is #5FC971. Grayscale: #5F5F5F. Windows color (decimal): -6277490 or 9320096. OLE color: 9320096.
HSL color Cylindrical-coordinate representation of color #A0368E: hue angle of 310.19º 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 #A0368E is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 142 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.37 |
| HSL | 310.19º | 0.5% | 0.42% | - |
| HSV(B) | 310.19º | 0.66% | 0.63% | - |
| XYZ | 20.7 | 12.06 | 26.83 | - |
| YUV | 95.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 142 | 0 | 0.66 | 0.11 | 0.37 | 310.19 | 0.5 | 0.42 |
| Hex | A0 | 36 | 8E | 0 | 42 | B | 25 | 136 | 32 | 2A |
| Octal | 240 | 66 | 216 | 0 | 102 | 13 | 45 | 466 | 62 | 52 |
| Binary | 10100000 | 110110 | 10001110 | 0 | 1000010 | 1011 | 100101 | 100110110 | 110010 | 101010 |
Color Harmonies of #A0368E
Complementary color
Monochromatic Colors of #A0368E
Black with #A0368E
Text Example
Text Example
White with #A0368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0368E; }
p { color: rgb(160,54,142); }
H1.HeaderClassName
{
color: #A0368E;
}
.AnyTagClassName
{
color: #A0368E;
}
</style>
background-color css
<style>
a { background-color: #A0368E; }
a { background-color: rgb(160,54,142); }
div.DivClassName
{
background-color: #A0368E;
}
.BgClassName
{
background-color: #A0368E;
}
</style>
border-color css
<style>
span { border-color: #A0368E; }
span { border-color: rgb(160,54,142); }
td.TdClassName
{
border-color: #A0368E;
}
.TagClassName
{
border-color: #A0368E;
}
</style>