Shades of Medium Red Violet #A13893
Tints of Medium Red Violet #A13893
RGB
CMYK
RGB Variations
Color information
#A13893 (or 0xA13893) is known color: Medium Red Violet. HEX triplet: A1, 38 and 93. RGB value is (161,56,147). Sum of RGB (Red+Green+Blue) = 161+56+147=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A13893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13893 is #5EC76C. Grayscale: #616161. Windows color (decimal): -6211437 or 9648289. OLE color: 9648289.
HSL color Cylindrical-coordinate representation of color #A13893: hue angle of 308º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13893 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 147 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.37 |
| HSL | 308º | 0.48% | 0.43% | - |
| HSV(B) | 308º | 0.65% | 0.63% | - |
| XYZ | 21.38 | 12.51 | 28.89 | - |
| YUV | 97.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 147 | 0 | 0.65 | 0.09 | 0.37 | 308 | 0.48 | 0.43 |
| Hex | A1 | 38 | 93 | 0 | 41 | 9 | 25 | 134 | 30 | 2B |
| Octal | 241 | 70 | 223 | 0 | 101 | 11 | 45 | 464 | 60 | 53 |
| Binary | 10100001 | 111000 | 10010011 | 0 | 1000001 | 1001 | 100101 | 100110100 | 110000 | 101011 |
Color Harmonies of #A13893
Complementary color
Monochromatic Colors of #A13893
Black with #A13893
Text Example
Text Example
White with #A13893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13893; }
p { color: rgb(161,56,147); }
H1.HeaderClassName
{
color: #A13893;
}
.AnyTagClassName
{
color: #A13893;
}
</style>
background-color css
<style>
a { background-color: #A13893; }
a { background-color: rgb(161,56,147); }
div.DivClassName
{
background-color: #A13893;
}
.BgClassName
{
background-color: #A13893;
}
</style>
border-color css
<style>
span { border-color: #A13893; }
span { border-color: rgb(161,56,147); }
td.TdClassName
{
border-color: #A13893;
}
.TagClassName
{
border-color: #A13893;
}
</style>