Shades of Medium Red Violet #A43A77
Tints of Medium Red Violet #A43A77
RGB
CMYK
RGB Variations
Color information
#A43A77 (or 0xA43A77) is known color: Medium Red Violet. HEX triplet: A4, 3A and 77. RGB value is (164,58,119). Sum of RGB (Red+Green+Blue) = 164+58+119=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A77 is #5BC588. Grayscale: #606060. Windows color (decimal): -6014345 or 7813796. OLE color: 7813796.
HSL color Cylindrical-coordinate representation of color #A43A77: hue angle of 325.47º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A77 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 119 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.36 |
| HSL | 325.47º | 0.48% | 0.44% | - |
| HSV(B) | 325.47º | 0.65% | 0.64% | - |
| XYZ | 20.15 | 12.25 | 18.76 | - |
| YUV | 96.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 119 | 0 | 0.65 | 0.27 | 0.36 | 325.47 | 0.48 | 0.44 |
| Hex | A4 | 3A | 77 | 0 | 41 | 1B | 24 | 145 | 30 | 2C |
| Octal | 244 | 72 | 167 | 0 | 101 | 33 | 44 | 505 | 60 | 54 |
| Binary | 10100100 | 111010 | 1110111 | 0 | 1000001 | 11011 | 100100 | 101000101 | 110000 | 101100 |
Color Harmonies of #A43A77
Complementary color
Monochromatic Colors of #A43A77
Black with #A43A77
Text Example
Text Example
White with #A43A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A77; }
p { color: rgb(164,58,119); }
H1.HeaderClassName
{
color: #A43A77;
}
.AnyTagClassName
{
color: #A43A77;
}
</style>
background-color css
<style>
a { background-color: #A43A77; }
a { background-color: rgb(164,58,119); }
div.DivClassName
{
background-color: #A43A77;
}
.BgClassName
{
background-color: #A43A77;
}
</style>
border-color css
<style>
span { border-color: #A43A77; }
span { border-color: rgb(164,58,119); }
td.TdClassName
{
border-color: #A43A77;
}
.TagClassName
{
border-color: #A43A77;
}
</style>