Shades of Medium Red Violet #A42884
Tints of Medium Red Violet #A42884
RGB
CMYK
RGB Variations
Color information
#A42884 (or 0xA42884) is known color: Medium Red Violet. HEX triplet: A4, 28 and 84. RGB value is (164,40,132). Sum of RGB (Red+Green+Blue) = 164+40+132=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A42884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42884 is #5BD77B. Grayscale: #575757. Windows color (decimal): -6018940 or 8661156. OLE color: 8661156.
HSL color Cylindrical-coordinate representation of color #A42884: hue angle of 315.48º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42884 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 132 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.36 |
| HSL | 315.48º | 0.61% | 0.4% | - |
| HSV(B) | 315.48º | 0.76% | 0.64% | - |
| XYZ | 20.23 | 11.08 | 22.9 | - |
| YUV | 87.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 132 | 0 | 0.76 | 0.20 | 0.36 | 315.48 | 0.61 | 0.4 |
| Hex | A4 | 28 | 84 | 0 | 4C | 14 | 24 | 13B | 3D | 28 |
| Octal | 244 | 50 | 204 | 0 | 114 | 24 | 44 | 473 | 75 | 50 |
| Binary | 10100100 | 101000 | 10000100 | 0 | 1001100 | 10100 | 100100 | 100111011 | 111101 | 101000 |
Color Harmonies of #A42884
Complementary color
Monochromatic Colors of #A42884
Black with #A42884
Text Example
Text Example
White with #A42884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42884; }
p { color: rgb(164,40,132); }
H1.HeaderClassName
{
color: #A42884;
}
.AnyTagClassName
{
color: #A42884;
}
</style>
background-color css
<style>
a { background-color: #A42884; }
a { background-color: rgb(164,40,132); }
div.DivClassName
{
background-color: #A42884;
}
.BgClassName
{
background-color: #A42884;
}
</style>
border-color css
<style>
span { border-color: #A42884; }
span { border-color: rgb(164,40,132); }
td.TdClassName
{
border-color: #A42884;
}
.TagClassName
{
border-color: #A42884;
}
</style>