Shades of Medium Red Violet #A14580
Tints of Medium Red Violet #A14580
RGB
CMYK
RGB Variations
Color information
#A14580 (or 0xA14580) is known color: Medium Red Violet. HEX triplet: A1, 45 and 80. RGB value is (161,69,128). Sum of RGB (Red+Green+Blue) = 161+69+128=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A14580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14580 is #5EBA7F. Grayscale: #676767. Windows color (decimal): -6208128 or 8406433. OLE color: 8406433.
HSL color Cylindrical-coordinate representation of color #A14580: hue angle of 321.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14580 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 128 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.37 |
| HSL | 321.52º | 0.4% | 0.45% | - |
| HSV(B) | 321.52º | 0.57% | 0.63% | - |
| XYZ | 20.72 | 13.39 | 21.91 | - |
| YUV | 103.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 128 | 0 | 0.57 | 0.20 | 0.37 | 321.52 | 0.4 | 0.45 |
| Hex | A1 | 45 | 80 | 0 | 39 | 14 | 25 | 142 | 28 | 2D |
| Octal | 241 | 105 | 200 | 0 | 71 | 24 | 45 | 502 | 50 | 55 |
| Binary | 10100001 | 1000101 | 10000000 | 0 | 111001 | 10100 | 100101 | 101000010 | 101000 | 101101 |
Color Harmonies of #A14580
Complementary color
Monochromatic Colors of #A14580
Black with #A14580
Text Example
Text Example
White with #A14580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14580; }
p { color: rgb(161,69,128); }
H1.HeaderClassName
{
color: #A14580;
}
.AnyTagClassName
{
color: #A14580;
}
</style>
background-color css
<style>
a { background-color: #A14580; }
a { background-color: rgb(161,69,128); }
div.DivClassName
{
background-color: #A14580;
}
.BgClassName
{
background-color: #A14580;
}
</style>
border-color css
<style>
span { border-color: #A14580; }
span { border-color: rgb(161,69,128); }
td.TdClassName
{
border-color: #A14580;
}
.TagClassName
{
border-color: #A14580;
}
</style>