Shades of Medium Red Violet #A0307C
Tints of Medium Red Violet #A0307C
RGB
CMYK
RGB Variations
Color information
#A0307C (or 0xA0307C) is known color: Medium Red Violet. HEX triplet: A0, 30 and 7C. RGB value is (160,48,124). Sum of RGB (Red+Green+Blue) = 160+48+124=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0307C is #5FCF83. Grayscale: #595959. Windows color (decimal): -6279044 or 8138912. OLE color: 8138912.
HSL color Cylindrical-coordinate representation of color #A0307C: hue angle of 319.29º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0307C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 124 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.37 |
| HSL | 319.29º | 0.54% | 0.41% | - |
| HSV(B) | 319.29º | 0.7% | 0.63% | - |
| XYZ | 19.19 | 11.04 | 20.19 | - |
| YUV | 90.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 124 | 0 | 0.70 | 0.22 | 0.37 | 319.29 | 0.54 | 0.41 |
| Hex | A0 | 30 | 7C | 0 | 46 | 16 | 25 | 13F | 36 | 29 |
| Octal | 240 | 60 | 174 | 0 | 106 | 26 | 45 | 477 | 66 | 51 |
| Binary | 10100000 | 110000 | 1111100 | 0 | 1000110 | 10110 | 100101 | 100111111 | 110110 | 101001 |
Color Harmonies of #A0307C
Complementary color
Monochromatic Colors of #A0307C
Black with #A0307C
Text Example
Text Example
White with #A0307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0307C; }
p { color: rgb(160,48,124); }
H1.HeaderClassName
{
color: #A0307C;
}
.AnyTagClassName
{
color: #A0307C;
}
</style>
background-color css
<style>
a { background-color: #A0307C; }
a { background-color: rgb(160,48,124); }
div.DivClassName
{
background-color: #A0307C;
}
.BgClassName
{
background-color: #A0307C;
}
</style>
border-color css
<style>
span { border-color: #A0307C; }
span { border-color: rgb(160,48,124); }
td.TdClassName
{
border-color: #A0307C;
}
.TagClassName
{
border-color: #A0307C;
}
</style>