Shades of Medium Red Violet #A43D8F
Tints of Medium Red Violet #A43D8F
RGB
CMYK
RGB Variations
Color information
#A43D8F (or 0xA43D8F) is known color: Medium Red Violet. HEX triplet: A4, 3D and 8F. RGB value is (164,61,143). Sum of RGB (Red+Green+Blue) = 164+61+143=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D8F is #5BC270. Grayscale: #646464. Windows color (decimal): -6013553 or 9387428. OLE color: 9387428.
HSL color Cylindrical-coordinate representation of color #A43D8F: hue angle of 312.23º 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 #A43D8F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 143 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.36 |
| HSL | 312.23º | 0.46% | 0.44% | - |
| HSV(B) | 312.23º | 0.63% | 0.64% | - |
| XYZ | 21.94 | 13.21 | 27.38 | - |
| YUV | 101.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 143 | 0 | 0.63 | 0.13 | 0.36 | 312.23 | 0.46 | 0.44 |
| Hex | A4 | 3D | 8F | 0 | 3F | D | 24 | 138 | 2E | 2C |
| Octal | 244 | 75 | 217 | 0 | 77 | 15 | 44 | 470 | 56 | 54 |
| Binary | 10100100 | 111101 | 10001111 | 0 | 111111 | 1101 | 100100 | 100111000 | 101110 | 101100 |
Color Harmonies of #A43D8F
Complementary color
Monochromatic Colors of #A43D8F
Black with #A43D8F
Text Example
Text Example
White with #A43D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D8F; }
p { color: rgb(164,61,143); }
H1.HeaderClassName
{
color: #A43D8F;
}
.AnyTagClassName
{
color: #A43D8F;
}
</style>
background-color css
<style>
a { background-color: #A43D8F; }
a { background-color: rgb(164,61,143); }
div.DivClassName
{
background-color: #A43D8F;
}
.BgClassName
{
background-color: #A43D8F;
}
</style>
border-color css
<style>
span { border-color: #A43D8F; }
span { border-color: rgb(164,61,143); }
td.TdClassName
{
border-color: #A43D8F;
}
.TagClassName
{
border-color: #A43D8F;
}
</style>