Shades of Medium Red Violet #A0307F
Tints of Medium Red Violet #A0307F
RGB
CMYK
RGB Variations
Color information
#A0307F (or 0xA0307F) is known color: Medium Red Violet. HEX triplet: A0, 30 and 7F. RGB value is (160,48,127). Sum of RGB (Red+Green+Blue) = 160+48+127=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0307F is #5FCF80. Grayscale: #5A5A5A. Windows color (decimal): -6279041 or 8335520. OLE color: 8335520.
HSL color Cylindrical-coordinate representation of color #A0307F: hue angle of 317.68º 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 #A0307F is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 127 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.37 |
| HSL | 317.68º | 0.54% | 0.41% | - |
| HSV(B) | 317.68º | 0.7% | 0.63% | - |
| XYZ | 19.38 | 11.12 | 21.2 | - |
| YUV | 90.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 127 | 0 | 0.70 | 0.21 | 0.37 | 317.68 | 0.54 | 0.41 |
| Hex | A0 | 30 | 7F | 0 | 46 | 15 | 25 | 13E | 36 | 29 |
| Octal | 240 | 60 | 177 | 0 | 106 | 25 | 45 | 476 | 66 | 51 |
| Binary | 10100000 | 110000 | 1111111 | 0 | 1000110 | 10101 | 100101 | 100111110 | 110110 | 101001 |
Color Harmonies of #A0307F
Complementary color
Monochromatic Colors of #A0307F
Black with #A0307F
Text Example
Text Example
White with #A0307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0307F; }
p { color: rgb(160,48,127); }
H1.HeaderClassName
{
color: #A0307F;
}
.AnyTagClassName
{
color: #A0307F;
}
</style>
background-color css
<style>
a { background-color: #A0307F; }
a { background-color: rgb(160,48,127); }
div.DivClassName
{
background-color: #A0307F;
}
.BgClassName
{
background-color: #A0307F;
}
</style>
border-color css
<style>
span { border-color: #A0307F; }
span { border-color: rgb(160,48,127); }
td.TdClassName
{
border-color: #A0307F;
}
.TagClassName
{
border-color: #A0307F;
}
</style>