Shades of Medium Red Violet #A0348B
Tints of Medium Red Violet #A0348B
RGB
CMYK
RGB Variations
Color information
#A0348B (or 0xA0348B) is known color: Medium Red Violet. HEX triplet: A0, 34 and 8B. RGB value is (160,52,139). Sum of RGB (Red+Green+Blue) = 160+52+139=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0348B is #5FCB74. Grayscale: #5D5D5D. Windows color (decimal): -6278005 or 9122976. OLE color: 9122976.
HSL color Cylindrical-coordinate representation of color #A0348B: hue angle of 311.67º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0348B is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 139 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.37 |
| HSL | 311.67º | 0.51% | 0.42% | - |
| HSV(B) | 311.67º | 0.68% | 0.63% | - |
| XYZ | 20.39 | 11.79 | 25.63 | - |
| YUV | 94.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 139 | 0 | 0.68 | 0.13 | 0.37 | 311.67 | 0.51 | 0.42 |
| Hex | A0 | 34 | 8B | 0 | 44 | D | 25 | 138 | 33 | 2A |
| Octal | 240 | 64 | 213 | 0 | 104 | 15 | 45 | 470 | 63 | 52 |
| Binary | 10100000 | 110100 | 10001011 | 0 | 1000100 | 1101 | 100101 | 100111000 | 110011 | 101010 |
Color Harmonies of #A0348B
Complementary color
Monochromatic Colors of #A0348B
Black with #A0348B
Text Example
Text Example
White with #A0348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0348B; }
p { color: rgb(160,52,139); }
H1.HeaderClassName
{
color: #A0348B;
}
.AnyTagClassName
{
color: #A0348B;
}
</style>
background-color css
<style>
a { background-color: #A0348B; }
a { background-color: rgb(160,52,139); }
div.DivClassName
{
background-color: #A0348B;
}
.BgClassName
{
background-color: #A0348B;
}
</style>
border-color css
<style>
span { border-color: #A0348B; }
span { border-color: rgb(160,52,139); }
td.TdClassName
{
border-color: #A0348B;
}
.TagClassName
{
border-color: #A0348B;
}
</style>