Shades of Medium Red Violet #A1308F
Tints of Medium Red Violet #A1308F
RGB
CMYK
RGB Variations
Color information
#A1308F (or 0xA1308F) is known color: Medium Red Violet. HEX triplet: A1, 30 and 8F. RGB value is (161,48,143). Sum of RGB (Red+Green+Blue) = 161+48+143=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1308F is #5ECF70. Grayscale: #5C5C5C. Windows color (decimal): -6213489 or 9384097. OLE color: 9384097.
HSL color Cylindrical-coordinate representation of color #A1308F: hue angle of 309.56º 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 #A1308F is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 143 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.37 |
| HSL | 309.56º | 0.54% | 0.41% | - |
| HSV(B) | 309.56º | 0.7% | 0.63% | - |
| XYZ | 20.71 | 11.67 | 27.15 | - |
| YUV | 92.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 143 | 0 | 0.70 | 0.11 | 0.37 | 309.56 | 0.54 | 0.41 |
| Hex | A1 | 30 | 8F | 0 | 46 | B | 25 | 136 | 36 | 29 |
| Octal | 241 | 60 | 217 | 0 | 106 | 13 | 45 | 466 | 66 | 51 |
| Binary | 10100001 | 110000 | 10001111 | 0 | 1000110 | 1011 | 100101 | 100110110 | 110110 | 101001 |
Color Harmonies of #A1308F
Complementary color
Monochromatic Colors of #A1308F
Black with #A1308F
Text Example
Text Example
White with #A1308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1308F; }
p { color: rgb(161,48,143); }
H1.HeaderClassName
{
color: #A1308F;
}
.AnyTagClassName
{
color: #A1308F;
}
</style>
background-color css
<style>
a { background-color: #A1308F; }
a { background-color: rgb(161,48,143); }
div.DivClassName
{
background-color: #A1308F;
}
.BgClassName
{
background-color: #A1308F;
}
</style>
border-color css
<style>
span { border-color: #A1308F; }
span { border-color: rgb(161,48,143); }
td.TdClassName
{
border-color: #A1308F;
}
.TagClassName
{
border-color: #A1308F;
}
</style>