Shades of Medium Red Violet #A43C84
Tints of Medium Red Violet #A43C84
RGB
CMYK
RGB Variations
Color information
#A43C84 (or 0xA43C84) is known color: Medium Red Violet. HEX triplet: A4, 3C and 84. RGB value is (164,60,132). Sum of RGB (Red+Green+Blue) = 164+60+132=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C84 is #5BC37B. Grayscale: #636363. Windows color (decimal): -6013820 or 8666276. OLE color: 8666276.
HSL color Cylindrical-coordinate representation of color #A43C84: hue angle of 318.46º 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 #A43C84 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 132 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.36 |
| HSL | 318.46º | 0.46% | 0.44% | - |
| HSV(B) | 318.46º | 0.63% | 0.64% | - |
| XYZ | 21.09 | 12.79 | 23.19 | - |
| YUV | 99.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 132 | 0 | 0.63 | 0.20 | 0.36 | 318.46 | 0.46 | 0.44 |
| Hex | A4 | 3C | 84 | 0 | 3F | 14 | 24 | 13E | 2E | 2C |
| Octal | 244 | 74 | 204 | 0 | 77 | 24 | 44 | 476 | 56 | 54 |
| Binary | 10100100 | 111100 | 10000100 | 0 | 111111 | 10100 | 100100 | 100111110 | 101110 | 101100 |
Color Harmonies of #A43C84
Complementary color
Monochromatic Colors of #A43C84
Black with #A43C84
Text Example
Text Example
White with #A43C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C84; }
p { color: rgb(164,60,132); }
H1.HeaderClassName
{
color: #A43C84;
}
.AnyTagClassName
{
color: #A43C84;
}
</style>
background-color css
<style>
a { background-color: #A43C84; }
a { background-color: rgb(164,60,132); }
div.DivClassName
{
background-color: #A43C84;
}
.BgClassName
{
background-color: #A43C84;
}
</style>
border-color css
<style>
span { border-color: #A43C84; }
span { border-color: rgb(164,60,132); }
td.TdClassName
{
border-color: #A43C84;
}
.TagClassName
{
border-color: #A43C84;
}
</style>