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