Shades of Medium Red Violet #A43485
Tints of Medium Red Violet #A43485
RGB
CMYK
RGB Variations
Color information
#A43485 (or 0xA43485) is known color: Medium Red Violet. HEX triplet: A4, 34 and 85. RGB value is (164,52,133). Sum of RGB (Red+Green+Blue) = 164+52+133=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43485 is #5BCB7A. Grayscale: #5E5E5E. Windows color (decimal): -6015867 or 8729764. OLE color: 8729764.
HSL color Cylindrical-coordinate representation of color #A43485: hue angle of 316.61º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43485 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 133 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.36 |
| HSL | 316.61º | 0.52% | 0.42% | - |
| HSV(B) | 316.61º | 0.68% | 0.64% | - |
| XYZ | 20.77 | 12.04 | 23.42 | - |
| YUV | 94.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 133 | 0 | 0.68 | 0.19 | 0.36 | 316.61 | 0.52 | 0.42 |
| Hex | A4 | 34 | 85 | 0 | 44 | 13 | 24 | 13D | 34 | 2A |
| Octal | 244 | 64 | 205 | 0 | 104 | 23 | 44 | 475 | 64 | 52 |
| Binary | 10100100 | 110100 | 10000101 | 0 | 1000100 | 10011 | 100100 | 100111101 | 110100 | 101010 |
Color Harmonies of #A43485
Complementary color
Monochromatic Colors of #A43485
Black with #A43485
Text Example
Text Example
White with #A43485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43485; }
p { color: rgb(164,52,133); }
H1.HeaderClassName
{
color: #A43485;
}
.AnyTagClassName
{
color: #A43485;
}
</style>
background-color css
<style>
a { background-color: #A43485; }
a { background-color: rgb(164,52,133); }
div.DivClassName
{
background-color: #A43485;
}
.BgClassName
{
background-color: #A43485;
}
</style>
border-color css
<style>
span { border-color: #A43485; }
span { border-color: rgb(164,52,133); }
td.TdClassName
{
border-color: #A43485;
}
.TagClassName
{
border-color: #A43485;
}
</style>