Shades of Medium Red Violet #A13680
Tints of Medium Red Violet #A13680
RGB
CMYK
RGB Variations
Color information
#A13680 (or 0xA13680) is known color: Medium Red Violet. HEX triplet: A1, 36 and 80. RGB value is (161,54,128). Sum of RGB (Red+Green+Blue) = 161+54+128=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A13680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13680 is #5EC97F. Grayscale: #5E5E5E. Windows color (decimal): -6211968 or 8402593. OLE color: 8402593.
HSL color Cylindrical-coordinate representation of color #A13680: hue angle of 318.5º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13680 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 128 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.37 |
| HSL | 318.5º | 0.5% | 0.42% | - |
| HSV(B) | 318.5º | 0.66% | 0.63% | - |
| XYZ | 19.91 | 11.77 | 21.65 | - |
| YUV | 94.43 | 146.95 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 128 | 0 | 0.66 | 0.20 | 0.37 | 318.5 | 0.5 | 0.42 |
| Hex | A1 | 36 | 80 | 0 | 42 | 14 | 25 | 13F | 32 | 2A |
| Octal | 241 | 66 | 200 | 0 | 102 | 24 | 45 | 477 | 62 | 52 |
| Binary | 10100001 | 110110 | 10000000 | 0 | 1000010 | 10100 | 100101 | 100111111 | 110010 | 101010 |
Color Harmonies of #A13680
Complementary color
Monochromatic Colors of #A13680
Black with #A13680
Text Example
Text Example
White with #A13680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13680; }
p { color: rgb(161,54,128); }
H1.HeaderClassName
{
color: #A13680;
}
.AnyTagClassName
{
color: #A13680;
}
</style>
background-color css
<style>
a { background-color: #A13680; }
a { background-color: rgb(161,54,128); }
div.DivClassName
{
background-color: #A13680;
}
.BgClassName
{
background-color: #A13680;
}
</style>
border-color css
<style>
span { border-color: #A13680; }
span { border-color: rgb(161,54,128); }
td.TdClassName
{
border-color: #A13680;
}
.TagClassName
{
border-color: #A13680;
}
</style>