Shades of Medium Red Violet #A42780
Tints of Medium Red Violet #A42780
RGB
CMYK
RGB Variations
Color information
#A42780 (or 0xA42780) is known color: Medium Red Violet. HEX triplet: A4, 27 and 80. RGB value is (164,39,128). Sum of RGB (Red+Green+Blue) = 164+39+128=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A42780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42780 is #5BD87F. Grayscale: #565656. Windows color (decimal): -6019200 or 8398756. OLE color: 8398756.
HSL color Cylindrical-coordinate representation of color #A42780: hue angle of 317.28º degrees, saturation: 0.62, 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 #A42780 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 128 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.36 |
| HSL | 317.28º | 0.62% | 0.4% | - |
| HSV(B) | 317.28º | 0.76% | 0.64% | - |
| XYZ | 19.93 | 10.9 | 21.48 | - |
| YUV | 86.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 128 | 0 | 0.76 | 0.22 | 0.36 | 317.28 | 0.62 | 0.4 |
| Hex | A4 | 27 | 80 | 0 | 4C | 16 | 24 | 13D | 3E | 28 |
| Octal | 244 | 47 | 200 | 0 | 114 | 26 | 44 | 475 | 76 | 50 |
| Binary | 10100100 | 100111 | 10000000 | 0 | 1001100 | 10110 | 100100 | 100111101 | 111110 | 101000 |
Color Harmonies of #A42780
Complementary color
Monochromatic Colors of #A42780
Black with #A42780
Text Example
Text Example
White with #A42780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42780; }
p { color: rgb(164,39,128); }
H1.HeaderClassName
{
color: #A42780;
}
.AnyTagClassName
{
color: #A42780;
}
</style>
background-color css
<style>
a { background-color: #A42780; }
a { background-color: rgb(164,39,128); }
div.DivClassName
{
background-color: #A42780;
}
.BgClassName
{
background-color: #A42780;
}
</style>
border-color css
<style>
span { border-color: #A42780; }
span { border-color: rgb(164,39,128); }
td.TdClassName
{
border-color: #A42780;
}
.TagClassName
{
border-color: #A42780;
}
</style>