Shades of Medium Red Violet #A43580
Tints of Medium Red Violet #A43580
RGB
CMYK
RGB Variations
Color information
#A43580 (or 0xA43580) is known color: Medium Red Violet. HEX triplet: A4, 35 and 80. RGB value is (164,53,128). Sum of RGB (Red+Green+Blue) = 164+53+128=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A43580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43580 is #5BCA7F. Grayscale: #5E5E5E. Windows color (decimal): -6015616 or 8402340. OLE color: 8402340.
HSL color Cylindrical-coordinate representation of color #A43580: hue angle of 319.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43580 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 128 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.36 |
| HSL | 319.46º | 0.51% | 0.43% | - |
| HSV(B) | 319.46º | 0.68% | 0.64% | - |
| XYZ | 20.48 | 12 | 21.66 | - |
| YUV | 94.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 128 | 0 | 0.68 | 0.22 | 0.36 | 319.46 | 0.51 | 0.43 |
| Hex | A4 | 35 | 80 | 0 | 44 | 16 | 24 | 13F | 33 | 2B |
| Octal | 244 | 65 | 200 | 0 | 104 | 26 | 44 | 477 | 63 | 53 |
| Binary | 10100100 | 110101 | 10000000 | 0 | 1000100 | 10110 | 100100 | 100111111 | 110011 | 101011 |
Color Harmonies of #A43580
Complementary color
Monochromatic Colors of #A43580
Black with #A43580
Text Example
Text Example
White with #A43580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43580; }
p { color: rgb(164,53,128); }
H1.HeaderClassName
{
color: #A43580;
}
.AnyTagClassName
{
color: #A43580;
}
</style>
background-color css
<style>
a { background-color: #A43580; }
a { background-color: rgb(164,53,128); }
div.DivClassName
{
background-color: #A43580;
}
.BgClassName
{
background-color: #A43580;
}
</style>
border-color css
<style>
span { border-color: #A43580; }
span { border-color: rgb(164,53,128); }
td.TdClassName
{
border-color: #A43580;
}
.TagClassName
{
border-color: #A43580;
}
</style>