Shades of Medium Red Violet #A42787
Tints of Medium Red Violet #A42787
RGB
CMYK
RGB Variations
Color information
#A42787 (or 0xA42787) is known color: Medium Red Violet. HEX triplet: A4, 27 and 87. RGB value is (164,39,135). Sum of RGB (Red+Green+Blue) = 164+39+135=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A42787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42787 is #5BD878. Grayscale: #575757. Windows color (decimal): -6019193 or 8857508. OLE color: 8857508.
HSL color Cylindrical-coordinate representation of color #A42787: hue angle of 313.92º 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 #A42787 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 135 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.36 |
| HSL | 313.92º | 0.62% | 0.4% | - |
| HSV(B) | 313.92º | 0.76% | 0.64% | - |
| XYZ | 20.41 | 11.09 | 23.99 | - |
| YUV | 87.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 135 | 0 | 0.76 | 0.18 | 0.36 | 313.92 | 0.62 | 0.4 |
| Hex | A4 | 27 | 87 | 0 | 4C | 12 | 24 | 13A | 3E | 28 |
| Octal | 244 | 47 | 207 | 0 | 114 | 22 | 44 | 472 | 76 | 50 |
| Binary | 10100100 | 100111 | 10000111 | 0 | 1001100 | 10010 | 100100 | 100111010 | 111110 | 101000 |
Color Harmonies of #A42787
Complementary color
Monochromatic Colors of #A42787
Black with #A42787
Text Example
Text Example
White with #A42787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42787; }
p { color: rgb(164,39,135); }
H1.HeaderClassName
{
color: #A42787;
}
.AnyTagClassName
{
color: #A42787;
}
</style>
background-color css
<style>
a { background-color: #A42787; }
a { background-color: rgb(164,39,135); }
div.DivClassName
{
background-color: #A42787;
}
.BgClassName
{
background-color: #A42787;
}
</style>
border-color css
<style>
span { border-color: #A42787; }
span { border-color: rgb(164,39,135); }
td.TdClassName
{
border-color: #A42787;
}
.TagClassName
{
border-color: #A42787;
}
</style>