Shades of Medium Red Violet #A0308C
Tints of Medium Red Violet #A0308C
RGB
CMYK
RGB Variations
Color information
#A0308C (or 0xA0308C) is known color: Medium Red Violet. HEX triplet: A0, 30 and 8C. RGB value is (160,48,140). Sum of RGB (Red+Green+Blue) = 160+48+140=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0308C is #5FCF73. Grayscale: #5B5B5B. Windows color (decimal): -6279028 or 9187488. OLE color: 9187488.
HSL color Cylindrical-coordinate representation of color #A0308C: hue angle of 310.71º 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 #A0308C is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 140 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.37 |
| HSL | 310.71º | 0.54% | 0.41% | - |
| HSV(B) | 310.71º | 0.7% | 0.63% | - |
| XYZ | 20.29 | 11.48 | 25.96 | - |
| YUV | 91.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 140 | 0 | 0.70 | 0.12 | 0.37 | 310.71 | 0.54 | 0.41 |
| Hex | A0 | 30 | 8C | 0 | 46 | C | 25 | 137 | 36 | 29 |
| Octal | 240 | 60 | 214 | 0 | 106 | 14 | 45 | 467 | 66 | 51 |
| Binary | 10100000 | 110000 | 10001100 | 0 | 1000110 | 1100 | 100101 | 100110111 | 110110 | 101001 |
Color Harmonies of #A0308C
Complementary color
Monochromatic Colors of #A0308C
Black with #A0308C
Text Example
Text Example
White with #A0308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0308C; }
p { color: rgb(160,48,140); }
H1.HeaderClassName
{
color: #A0308C;
}
.AnyTagClassName
{
color: #A0308C;
}
</style>
background-color css
<style>
a { background-color: #A0308C; }
a { background-color: rgb(160,48,140); }
div.DivClassName
{
background-color: #A0308C;
}
.BgClassName
{
background-color: #A0308C;
}
</style>
border-color css
<style>
span { border-color: #A0308C; }
span { border-color: rgb(160,48,140); }
td.TdClassName
{
border-color: #A0308C;
}
.TagClassName
{
border-color: #A0308C;
}
</style>