Shades of Medium Red Violet #A43D7F
Tints of Medium Red Violet #A43D7F
RGB
CMYK
RGB Variations
Color information
#A43D7F (or 0xA43D7F) is known color: Medium Red Violet. HEX triplet: A4, 3D and 7F. RGB value is (164,61,127). Sum of RGB (Red+Green+Blue) = 164+61+127=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D7F is #5BC280. Grayscale: #636363. Windows color (decimal): -6013569 or 8338852. OLE color: 8338852.
HSL color Cylindrical-coordinate representation of color #A43D7F: hue angle of 321.55º 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 #A43D7F is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 127 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.36 |
| HSL | 321.55º | 0.46% | 0.44% | - |
| HSV(B) | 321.55º | 0.63% | 0.64% | - |
| XYZ | 20.81 | 12.76 | 21.45 | - |
| YUV | 99.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 127 | 0 | 0.63 | 0.23 | 0.36 | 321.55 | 0.46 | 0.44 |
| Hex | A4 | 3D | 7F | 0 | 3F | 17 | 24 | 142 | 2E | 2C |
| Octal | 244 | 75 | 177 | 0 | 77 | 27 | 44 | 502 | 56 | 54 |
| Binary | 10100100 | 111101 | 1111111 | 0 | 111111 | 10111 | 100100 | 101000010 | 101110 | 101100 |
Color Harmonies of #A43D7F
Complementary color
Monochromatic Colors of #A43D7F
Black with #A43D7F
Text Example
Text Example
White with #A43D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D7F; }
p { color: rgb(164,61,127); }
H1.HeaderClassName
{
color: #A43D7F;
}
.AnyTagClassName
{
color: #A43D7F;
}
</style>
background-color css
<style>
a { background-color: #A43D7F; }
a { background-color: rgb(164,61,127); }
div.DivClassName
{
background-color: #A43D7F;
}
.BgClassName
{
background-color: #A43D7F;
}
</style>
border-color css
<style>
span { border-color: #A43D7F; }
span { border-color: rgb(164,61,127); }
td.TdClassName
{
border-color: #A43D7F;
}
.TagClassName
{
border-color: #A43D7F;
}
</style>