Shades of Medium Red Violet #A13097
Tints of Medium Red Violet #A13097
RGB
CMYK
RGB Variations
Color information
#A13097 (or 0xA13097) is known color: Medium Red Violet. HEX triplet: A1, 30 and 97. RGB value is (161,48,151). Sum of RGB (Red+Green+Blue) = 161+48+151=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A13097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13097 is #5ECF68. Grayscale: #5D5D5D. Windows color (decimal): -6213481 or 9908385. OLE color: 9908385.
HSL color Cylindrical-coordinate representation of color #A13097: hue angle of 305.31º 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 #A13097 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 151 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.37 |
| HSL | 305.31º | 0.54% | 0.41% | - |
| HSV(B) | 305.31º | 0.7% | 0.63% | - |
| XYZ | 21.34 | 11.93 | 30.46 | - |
| YUV | 93.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 151 | 0 | 0.70 | 0.06 | 0.37 | 305.31 | 0.54 | 0.41 |
| Hex | A1 | 30 | 97 | 0 | 46 | 6 | 25 | 131 | 36 | 29 |
| Octal | 241 | 60 | 227 | 0 | 106 | 6 | 45 | 461 | 66 | 51 |
| Binary | 10100001 | 110000 | 10010111 | 0 | 1000110 | 110 | 100101 | 100110001 | 110110 | 101001 |
Color Harmonies of #A13097
Complementary color
Monochromatic Colors of #A13097
Black with #A13097
Text Example
Text Example
White with #A13097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13097; }
p { color: rgb(161,48,151); }
H1.HeaderClassName
{
color: #A13097;
}
.AnyTagClassName
{
color: #A13097;
}
</style>
background-color css
<style>
a { background-color: #A13097; }
a { background-color: rgb(161,48,151); }
div.DivClassName
{
background-color: #A13097;
}
.BgClassName
{
background-color: #A13097;
}
</style>
border-color css
<style>
span { border-color: #A13097; }
span { border-color: rgb(161,48,151); }
td.TdClassName
{
border-color: #A13097;
}
.TagClassName
{
border-color: #A13097;
}
</style>