Shades of Medium Red Violet #A1308C
Tints of Medium Red Violet #A1308C
RGB
CMYK
RGB Variations
Color information
#A1308C (or 0xA1308C) is known color: Medium Red Violet. HEX triplet: A1, 30 and 8C. RGB value is (161,48,140). Sum of RGB (Red+Green+Blue) = 161+48+140=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A1308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1308C is #5ECF73. Grayscale: #5C5C5C. Windows color (decimal): -6213492 or 9187489. OLE color: 9187489.
HSL color Cylindrical-coordinate representation of color #A1308C: hue angle of 311.15º 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 #A1308C is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 140 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.37 |
| HSL | 311.15º | 0.54% | 0.41% | - |
| HSV(B) | 311.15º | 0.7% | 0.63% | - |
| XYZ | 20.49 | 11.58 | 25.97 | - |
| YUV | 92.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 140 | 0 | 0.70 | 0.13 | 0.37 | 311.15 | 0.54 | 0.41 |
| Hex | A1 | 30 | 8C | 0 | 46 | D | 25 | 137 | 36 | 29 |
| Octal | 241 | 60 | 214 | 0 | 106 | 15 | 45 | 467 | 66 | 51 |
| Binary | 10100001 | 110000 | 10001100 | 0 | 1000110 | 1101 | 100101 | 100110111 | 110110 | 101001 |
Color Harmonies of #A1308C
Complementary color
Monochromatic Colors of #A1308C
Black with #A1308C
Text Example
Text Example
White with #A1308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1308C; }
p { color: rgb(161,48,140); }
H1.HeaderClassName
{
color: #A1308C;
}
.AnyTagClassName
{
color: #A1308C;
}
</style>
background-color css
<style>
a { background-color: #A1308C; }
a { background-color: rgb(161,48,140); }
div.DivClassName
{
background-color: #A1308C;
}
.BgClassName
{
background-color: #A1308C;
}
</style>
border-color css
<style>
span { border-color: #A1308C; }
span { border-color: rgb(161,48,140); }
td.TdClassName
{
border-color: #A1308C;
}
.TagClassName
{
border-color: #A1308C;
}
</style>