Shades of Medium Red Violet #A43F84
Tints of Medium Red Violet #A43F84
RGB
CMYK
RGB Variations
Color information
#A43F84 (or 0xA43F84) is known color: Medium Red Violet. HEX triplet: A4, 3F and 84. RGB value is (164,63,132). Sum of RGB (Red+Green+Blue) = 164+63+132=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F84 is #5BC07B. Grayscale: #646464. Windows color (decimal): -6013052 or 8667044. OLE color: 8667044.
HSL color Cylindrical-coordinate representation of color #A43F84: hue angle of 319.01º 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 #A43F84 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 132 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.36 |
| HSL | 319.01º | 0.44% | 0.45% | - |
| HSV(B) | 319.01º | 0.62% | 0.64% | - |
| XYZ | 21.25 | 13.11 | 23.24 | - |
| YUV | 101.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 132 | 0 | 0.62 | 0.20 | 0.36 | 319.01 | 0.44 | 0.45 |
| Hex | A4 | 3F | 84 | 0 | 3E | 14 | 24 | 13F | 2C | 2D |
| Octal | 244 | 77 | 204 | 0 | 76 | 24 | 44 | 477 | 54 | 55 |
| Binary | 10100100 | 111111 | 10000100 | 0 | 111110 | 10100 | 100100 | 100111111 | 101100 | 101101 |
Color Harmonies of #A43F84
Complementary color
Monochromatic Colors of #A43F84
Black with #A43F84
Text Example
Text Example
White with #A43F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F84; }
p { color: rgb(164,63,132); }
H1.HeaderClassName
{
color: #A43F84;
}
.AnyTagClassName
{
color: #A43F84;
}
</style>
background-color css
<style>
a { background-color: #A43F84; }
a { background-color: rgb(164,63,132); }
div.DivClassName
{
background-color: #A43F84;
}
.BgClassName
{
background-color: #A43F84;
}
</style>
border-color css
<style>
span { border-color: #A43F84; }
span { border-color: rgb(164,63,132); }
td.TdClassName
{
border-color: #A43F84;
}
.TagClassName
{
border-color: #A43F84;
}
</style>