Shades of Medium Red Violet #A43387
Tints of Medium Red Violet #A43387
RGB
CMYK
RGB Variations
Color information
#A43387 (or 0xA43387) is known color: Medium Red Violet. HEX triplet: A4, 33 and 87. RGB value is (164,51,135). Sum of RGB (Red+Green+Blue) = 164+51+135=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A43387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43387 is #5BCC78. Grayscale: #5E5E5E. Windows color (decimal): -6016121 or 8860580. OLE color: 8860580.
HSL color Cylindrical-coordinate representation of color #A43387: hue angle of 315.4º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43387 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 135 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.36 |
| HSL | 315.4º | 0.53% | 0.42% | - |
| HSV(B) | 315.4º | 0.69% | 0.64% | - |
| XYZ | 20.87 | 12.01 | 24.14 | - |
| YUV | 94.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 135 | 0 | 0.69 | 0.18 | 0.36 | 315.4 | 0.53 | 0.42 |
| Hex | A4 | 33 | 87 | 0 | 45 | 12 | 24 | 13B | 35 | 2A |
| Octal | 244 | 63 | 207 | 0 | 105 | 22 | 44 | 473 | 65 | 52 |
| Binary | 10100100 | 110011 | 10000111 | 0 | 1000101 | 10010 | 100100 | 100111011 | 110101 | 101010 |
Color Harmonies of #A43387
Complementary color
Monochromatic Colors of #A43387
Black with #A43387
Text Example
Text Example
White with #A43387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43387; }
p { color: rgb(164,51,135); }
H1.HeaderClassName
{
color: #A43387;
}
.AnyTagClassName
{
color: #A43387;
}
</style>
background-color css
<style>
a { background-color: #A43387; }
a { background-color: rgb(164,51,135); }
div.DivClassName
{
background-color: #A43387;
}
.BgClassName
{
background-color: #A43387;
}
</style>
border-color css
<style>
span { border-color: #A43387; }
span { border-color: rgb(164,51,135); }
td.TdClassName
{
border-color: #A43387;
}
.TagClassName
{
border-color: #A43387;
}
</style>