Shades of Medium Red Violet #A0307B
Tints of Medium Red Violet #A0307B
RGB
CMYK
RGB Variations
Color information
#A0307B (or 0xA0307B) is known color: Medium Red Violet. HEX triplet: A0, 30 and 7B. RGB value is (160,48,123). Sum of RGB (Red+Green+Blue) = 160+48+123=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0307B is #5FCF84. Grayscale: #595959. Windows color (decimal): -6279045 or 8073376. OLE color: 8073376.
HSL color Cylindrical-coordinate representation of color #A0307B: hue angle of 319.82º 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 #A0307B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 123 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.37 |
| HSL | 319.82º | 0.54% | 0.41% | - |
| HSV(B) | 319.82º | 0.7% | 0.63% | - |
| XYZ | 19.13 | 11.02 | 19.86 | - |
| YUV | 90.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 123 | 0 | 0.70 | 0.23 | 0.37 | 319.82 | 0.54 | 0.41 |
| Hex | A0 | 30 | 7B | 0 | 46 | 17 | 25 | 140 | 36 | 29 |
| Octal | 240 | 60 | 173 | 0 | 106 | 27 | 45 | 500 | 66 | 51 |
| Binary | 10100000 | 110000 | 1111011 | 0 | 1000110 | 10111 | 100101 | 101000000 | 110110 | 101001 |
Color Harmonies of #A0307B
Complementary color
Monochromatic Colors of #A0307B
Black with #A0307B
Text Example
Text Example
White with #A0307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0307B; }
p { color: rgb(160,48,123); }
H1.HeaderClassName
{
color: #A0307B;
}
.AnyTagClassName
{
color: #A0307B;
}
</style>
background-color css
<style>
a { background-color: #A0307B; }
a { background-color: rgb(160,48,123); }
div.DivClassName
{
background-color: #A0307B;
}
.BgClassName
{
background-color: #A0307B;
}
</style>
border-color css
<style>
span { border-color: #A0307B; }
span { border-color: rgb(160,48,123); }
td.TdClassName
{
border-color: #A0307B;
}
.TagClassName
{
border-color: #A0307B;
}
</style>