Shades of Medium Red Violet #A42D84
Tints of Medium Red Violet #A42D84
RGB
CMYK
RGB Variations
Color information
#A42D84 (or 0xA42D84) is known color: Medium Red Violet. HEX triplet: A4, 2D and 84. RGB value is (164,45,132). Sum of RGB (Red+Green+Blue) = 164+45+132=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D84 is #5BD27B. Grayscale: #5A5A5A. Windows color (decimal): -6017660 or 8662436. OLE color: 8662436.
HSL color Cylindrical-coordinate representation of color #A42D84: hue angle of 316.13º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D84 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 132 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.36 |
| HSL | 316.13º | 0.57% | 0.41% | - |
| HSV(B) | 316.13º | 0.73% | 0.64% | - |
| XYZ | 20.41 | 11.44 | 22.96 | - |
| YUV | 90.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 132 | 0 | 0.73 | 0.20 | 0.36 | 316.13 | 0.57 | 0.41 |
| Hex | A4 | 2D | 84 | 0 | 49 | 14 | 24 | 13C | 39 | 29 |
| Octal | 244 | 55 | 204 | 0 | 111 | 24 | 44 | 474 | 71 | 51 |
| Binary | 10100100 | 101101 | 10000100 | 0 | 1001001 | 10100 | 100100 | 100111100 | 111001 | 101001 |
Color Harmonies of #A42D84
Complementary color
Monochromatic Colors of #A42D84
Black with #A42D84
Text Example
Text Example
White with #A42D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D84; }
p { color: rgb(164,45,132); }
H1.HeaderClassName
{
color: #A42D84;
}
.AnyTagClassName
{
color: #A42D84;
}
</style>
background-color css
<style>
a { background-color: #A42D84; }
a { background-color: rgb(164,45,132); }
div.DivClassName
{
background-color: #A42D84;
}
.BgClassName
{
background-color: #A42D84;
}
</style>
border-color css
<style>
span { border-color: #A42D84; }
span { border-color: rgb(164,45,132); }
td.TdClassName
{
border-color: #A42D84;
}
.TagClassName
{
border-color: #A42D84;
}
</style>