Shades of Medium Red Violet #A0347B
Tints of Medium Red Violet #A0347B
RGB
CMYK
RGB Variations
Color information
#A0347B (or 0xA0347B) is known color: Medium Red Violet. HEX triplet: A0, 34 and 7B. RGB value is (160,52,123). Sum of RGB (Red+Green+Blue) = 160+52+123=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0347B is #5FCB84. Grayscale: #5C5C5C. Windows color (decimal): -6278021 or 8074400. OLE color: 8074400.
HSL color Cylindrical-coordinate representation of color #A0347B: hue angle of 320.56º 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 #A0347B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 123 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.37 |
| HSL | 320.56º | 0.51% | 0.42% | - |
| HSV(B) | 320.56º | 0.68% | 0.63% | - |
| XYZ | 19.3 | 11.36 | 19.91 | - |
| YUV | 92.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 123 | 0 | 0.68 | 0.23 | 0.37 | 320.56 | 0.51 | 0.42 |
| Hex | A0 | 34 | 7B | 0 | 44 | 17 | 25 | 141 | 33 | 2A |
| Octal | 240 | 64 | 173 | 0 | 104 | 27 | 45 | 501 | 63 | 52 |
| Binary | 10100000 | 110100 | 1111011 | 0 | 1000100 | 10111 | 100101 | 101000001 | 110011 | 101010 |
Color Harmonies of #A0347B
Complementary color
Monochromatic Colors of #A0347B
Black with #A0347B
Text Example
Text Example
White with #A0347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0347B; }
p { color: rgb(160,52,123); }
H1.HeaderClassName
{
color: #A0347B;
}
.AnyTagClassName
{
color: #A0347B;
}
</style>
background-color css
<style>
a { background-color: #A0347B; }
a { background-color: rgb(160,52,123); }
div.DivClassName
{
background-color: #A0347B;
}
.BgClassName
{
background-color: #A0347B;
}
</style>
border-color css
<style>
span { border-color: #A0347B; }
span { border-color: rgb(160,52,123); }
td.TdClassName
{
border-color: #A0347B;
}
.TagClassName
{
border-color: #A0347B;
}
</style>