Shades of Medium Red Violet #A13383
Tints of Medium Red Violet #A13383
RGB
CMYK
RGB Variations
Color information
#A13383 (or 0xA13383) is known color: Medium Red Violet. HEX triplet: A1, 33 and 83. RGB value is (161,51,131). Sum of RGB (Red+Green+Blue) = 161+51+131=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A13383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13383 is #5ECC7C. Grayscale: #5C5C5C. Windows color (decimal): -6212733 or 8598433. OLE color: 8598433.
HSL color Cylindrical-coordinate representation of color #A13383: hue angle of 316.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13383 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 131 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.37 |
| HSL | 316.36º | 0.52% | 0.42% | - |
| HSV(B) | 316.36º | 0.68% | 0.63% | - |
| XYZ | 19.98 | 11.58 | 22.66 | - |
| YUV | 93.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 131 | 0 | 0.68 | 0.19 | 0.37 | 316.36 | 0.52 | 0.42 |
| Hex | A1 | 33 | 83 | 0 | 44 | 13 | 25 | 13C | 34 | 2A |
| Octal | 241 | 63 | 203 | 0 | 104 | 23 | 45 | 474 | 64 | 52 |
| Binary | 10100001 | 110011 | 10000011 | 0 | 1000100 | 10011 | 100101 | 100111100 | 110100 | 101010 |
Color Harmonies of #A13383
Complementary color
Monochromatic Colors of #A13383
Black with #A13383
Text Example
Text Example
White with #A13383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13383; }
p { color: rgb(161,51,131); }
H1.HeaderClassName
{
color: #A13383;
}
.AnyTagClassName
{
color: #A13383;
}
</style>
background-color css
<style>
a { background-color: #A13383; }
a { background-color: rgb(161,51,131); }
div.DivClassName
{
background-color: #A13383;
}
.BgClassName
{
background-color: #A13383;
}
</style>
border-color css
<style>
span { border-color: #A13383; }
span { border-color: rgb(161,51,131); }
td.TdClassName
{
border-color: #A13383;
}
.TagClassName
{
border-color: #A13383;
}
</style>