Shades of Medium Red Violet #A13883
Tints of Medium Red Violet #A13883
RGB
CMYK
RGB Variations
Color information
#A13883 (or 0xA13883) is known color: Medium Red Violet. HEX triplet: A1, 38 and 83. RGB value is (161,56,131). Sum of RGB (Red+Green+Blue) = 161+56+131=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A13883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13883 is #5EC77C. Grayscale: #5F5F5F. Windows color (decimal): -6211453 or 8599713. OLE color: 8599713.
HSL color Cylindrical-coordinate representation of color #A13883: hue angle of 317.14º 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 #A13883 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 131 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.37 |
| HSL | 317.14º | 0.48% | 0.43% | - |
| HSV(B) | 317.14º | 0.65% | 0.63% | - |
| XYZ | 20.21 | 12.04 | 22.73 | - |
| YUV | 95.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 131 | 0 | 0.65 | 0.19 | 0.37 | 317.14 | 0.48 | 0.43 |
| Hex | A1 | 38 | 83 | 0 | 41 | 13 | 25 | 13D | 30 | 2B |
| Octal | 241 | 70 | 203 | 0 | 101 | 23 | 45 | 475 | 60 | 53 |
| Binary | 10100001 | 111000 | 10000011 | 0 | 1000001 | 10011 | 100101 | 100111101 | 110000 | 101011 |
Color Harmonies of #A13883
Complementary color
Monochromatic Colors of #A13883
Black with #A13883
Text Example
Text Example
White with #A13883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13883; }
p { color: rgb(161,56,131); }
H1.HeaderClassName
{
color: #A13883;
}
.AnyTagClassName
{
color: #A13883;
}
</style>
background-color css
<style>
a { background-color: #A13883; }
a { background-color: rgb(161,56,131); }
div.DivClassName
{
background-color: #A13883;
}
.BgClassName
{
background-color: #A13883;
}
</style>
border-color css
<style>
span { border-color: #A13883; }
span { border-color: rgb(161,56,131); }
td.TdClassName
{
border-color: #A13883;
}
.TagClassName
{
border-color: #A13883;
}
</style>