Shades of Medium Red Violet #A43F8D
Tints of Medium Red Violet #A43F8D
RGB
CMYK
RGB Variations
Color information
#A43F8D (or 0xA43F8D) is known color: Medium Red Violet. HEX triplet: A4, 3F and 8D. RGB value is (164,63,141). Sum of RGB (Red+Green+Blue) = 164+63+141=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F8D is #5BC072. Grayscale: #656565. Windows color (decimal): -6013043 or 9256868. OLE color: 9256868.
HSL color Cylindrical-coordinate representation of color #A43F8D: hue angle of 313.66º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43F8D is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 141 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.36 |
| HSL | 313.66º | 0.44% | 0.45% | - |
| HSV(B) | 313.66º | 0.62% | 0.64% | - |
| XYZ | 21.9 | 13.37 | 26.63 | - |
| YUV | 102.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 141 | 0 | 0.62 | 0.14 | 0.36 | 313.66 | 0.44 | 0.45 |
| Hex | A4 | 3F | 8D | 0 | 3E | E | 24 | 13A | 2C | 2D |
| Octal | 244 | 77 | 215 | 0 | 76 | 16 | 44 | 472 | 54 | 55 |
| Binary | 10100100 | 111111 | 10001101 | 0 | 111110 | 1110 | 100100 | 100111010 | 101100 | 101101 |
Color Harmonies of #A43F8D
Complementary color
Monochromatic Colors of #A43F8D
Black with #A43F8D
Text Example
Text Example
White with #A43F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F8D; }
p { color: rgb(164,63,141); }
H1.HeaderClassName
{
color: #A43F8D;
}
.AnyTagClassName
{
color: #A43F8D;
}
</style>
background-color css
<style>
a { background-color: #A43F8D; }
a { background-color: rgb(164,63,141); }
div.DivClassName
{
background-color: #A43F8D;
}
.BgClassName
{
background-color: #A43F8D;
}
</style>
border-color css
<style>
span { border-color: #A43F8D; }
span { border-color: rgb(164,63,141); }
td.TdClassName
{
border-color: #A43F8D;
}
.TagClassName
{
border-color: #A43F8D;
}
</style>