Shades of Medium Red Violet #A13B85
Tints of Medium Red Violet #A13B85
RGB
CMYK
RGB Variations
Color information
#A13B85 (or 0xA13B85) is known color: Medium Red Violet. HEX triplet: A1, 3B and 85. RGB value is (161,59,133). Sum of RGB (Red+Green+Blue) = 161+59+133=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B85 is #5EC47A. Grayscale: #616161. Windows color (decimal): -6210683 or 8731553. OLE color: 8731553.
HSL color Cylindrical-coordinate representation of color #A13B85: hue angle of 316.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13B85 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 59 | 133 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.37 |
| HSL | 316.47º | 0.46% | 0.43% | - |
| HSV(B) | 316.47º | 0.63% | 0.63% | - |
| XYZ | 20.5 | 12.4 | 23.5 | - |
| YUV | 97.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 59 | 133 | 0 | 0.63 | 0.17 | 0.37 | 316.47 | 0.46 | 0.43 |
| Hex | A1 | 3B | 85 | 0 | 3F | 11 | 25 | 13C | 2E | 2B |
| Octal | 241 | 73 | 205 | 0 | 77 | 21 | 45 | 474 | 56 | 53 |
| Binary | 10100001 | 111011 | 10000101 | 0 | 111111 | 10001 | 100101 | 100111100 | 101110 | 101011 |
Color Harmonies of #A13B85
Complementary color
Monochromatic Colors of #A13B85
Black with #A13B85
Text Example
Text Example
White with #A13B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13B85; }
p { color: rgb(161,59,133); }
H1.HeaderClassName
{
color: #A13B85;
}
.AnyTagClassName
{
color: #A13B85;
}
</style>
background-color css
<style>
a { background-color: #A13B85; }
a { background-color: rgb(161,59,133); }
div.DivClassName
{
background-color: #A13B85;
}
.BgClassName
{
background-color: #A13B85;
}
</style>
border-color css
<style>
span { border-color: #A13B85; }
span { border-color: rgb(161,59,133); }
td.TdClassName
{
border-color: #A13B85;
}
.TagClassName
{
border-color: #A13B85;
}
</style>