Shades of Medium Red Violet #A43D87
Tints of Medium Red Violet #A43D87
RGB
CMYK
RGB Variations
Color information
#A43D87 (or 0xA43D87) is known color: Medium Red Violet. HEX triplet: A4, 3D and 87. RGB value is (164,61,135). Sum of RGB (Red+Green+Blue) = 164+61+135=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D87 is #5BC278. Grayscale: #646464. Windows color (decimal): -6013561 or 8863140. OLE color: 8863140.
HSL color Cylindrical-coordinate representation of color #A43D87: hue angle of 316.89º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43D87 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 135 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.36 |
| HSL | 316.89º | 0.46% | 0.44% | - |
| HSV(B) | 316.89º | 0.63% | 0.64% | - |
| XYZ | 21.35 | 12.98 | 24.3 | - |
| YUV | 100.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 135 | 0 | 0.63 | 0.18 | 0.36 | 316.89 | 0.46 | 0.44 |
| Hex | A4 | 3D | 87 | 0 | 3F | 12 | 24 | 13D | 2E | 2C |
| Octal | 244 | 75 | 207 | 0 | 77 | 22 | 44 | 475 | 56 | 54 |
| Binary | 10100100 | 111101 | 10000111 | 0 | 111111 | 10010 | 100100 | 100111101 | 101110 | 101100 |
Color Harmonies of #A43D87
Complementary color
Monochromatic Colors of #A43D87
Black with #A43D87
Text Example
Text Example
White with #A43D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D87; }
p { color: rgb(164,61,135); }
H1.HeaderClassName
{
color: #A43D87;
}
.AnyTagClassName
{
color: #A43D87;
}
</style>
background-color css
<style>
a { background-color: #A43D87; }
a { background-color: rgb(164,61,135); }
div.DivClassName
{
background-color: #A43D87;
}
.BgClassName
{
background-color: #A43D87;
}
</style>
border-color css
<style>
span { border-color: #A43D87; }
span { border-color: rgb(164,61,135); }
td.TdClassName
{
border-color: #A43D87;
}
.TagClassName
{
border-color: #A43D87;
}
</style>