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