Shades of Medium Red Violet #A43585
Tints of Medium Red Violet #A43585
RGB
CMYK
RGB Variations
Color information
#A43585 (or 0xA43585) is known color: Medium Red Violet. HEX triplet: A4, 35 and 85. RGB value is (164,53,133). Sum of RGB (Red+Green+Blue) = 164+53+133=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A43585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43585 is #5BCA7A. Grayscale: #5F5F5F. Windows color (decimal): -6015611 or 8730020. OLE color: 8730020.
HSL color Cylindrical-coordinate representation of color #A43585: hue angle of 316.76º 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 #A43585 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 53 | 133 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.36 |
| HSL | 316.76º | 0.51% | 0.43% | - |
| HSV(B) | 316.76º | 0.68% | 0.64% | - |
| XYZ | 20.82 | 12.13 | 23.43 | - |
| YUV | 95.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 53 | 133 | 0 | 0.68 | 0.19 | 0.36 | 316.76 | 0.51 | 0.43 |
| Hex | A4 | 35 | 85 | 0 | 44 | 13 | 24 | 13D | 33 | 2B |
| Octal | 244 | 65 | 205 | 0 | 104 | 23 | 44 | 475 | 63 | 53 |
| Binary | 10100100 | 110101 | 10000101 | 0 | 1000100 | 10011 | 100100 | 100111101 | 110011 | 101011 |
Color Harmonies of #A43585
Complementary color
Monochromatic Colors of #A43585
Black with #A43585
Text Example
Text Example
White with #A43585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43585; }
p { color: rgb(164,53,133); }
H1.HeaderClassName
{
color: #A43585;
}
.AnyTagClassName
{
color: #A43585;
}
</style>
background-color css
<style>
a { background-color: #A43585; }
a { background-color: rgb(164,53,133); }
div.DivClassName
{
background-color: #A43585;
}
.BgClassName
{
background-color: #A43585;
}
</style>
border-color css
<style>
span { border-color: #A43585; }
span { border-color: rgb(164,53,133); }
td.TdClassName
{
border-color: #A43585;
}
.TagClassName
{
border-color: #A43585;
}
</style>