Shades of Medium Red Violet #A42877
Tints of Medium Red Violet #A42877
RGB
CMYK
RGB Variations
Color information
#A42877 (or 0xA42877) is known color: Medium Red Violet. HEX triplet: A4, 28 and 77. RGB value is (164,40,119). Sum of RGB (Red+Green+Blue) = 164+40+119=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A42877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42877 is #5BD788. Grayscale: #555555. Windows color (decimal): -6018953 or 7809188. OLE color: 7809188.
HSL color Cylindrical-coordinate representation of color #A42877: hue angle of 321.77º 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 #A42877 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 40 | 119 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.36 |
| HSL | 321.77º | 0.61% | 0.4% | - |
| HSV(B) | 321.77º | 0.76% | 0.64% | - |
| XYZ | 19.4 | 10.74 | 18.5 | - |
| YUV | 86.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 119 | 0 | 0.76 | 0.27 | 0.36 | 321.77 | 0.61 | 0.4 |
| Hex | A4 | 28 | 77 | 0 | 4C | 1B | 24 | 142 | 3D | 28 |
| Octal | 244 | 50 | 167 | 0 | 114 | 33 | 44 | 502 | 75 | 50 |
| Binary | 10100100 | 101000 | 1110111 | 0 | 1001100 | 11011 | 100100 | 101000010 | 111101 | 101000 |
Color Harmonies of #A42877
Complementary color
Monochromatic Colors of #A42877
Black with #A42877
Text Example
Text Example
White with #A42877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42877; }
p { color: rgb(164,40,119); }
H1.HeaderClassName
{
color: #A42877;
}
.AnyTagClassName
{
color: #A42877;
}
</style>
background-color css
<style>
a { background-color: #A42877; }
a { background-color: rgb(164,40,119); }
div.DivClassName
{
background-color: #A42877;
}
.BgClassName
{
background-color: #A42877;
}
</style>
border-color css
<style>
span { border-color: #A42877; }
span { border-color: rgb(164,40,119); }
td.TdClassName
{
border-color: #A42877;
}
.TagClassName
{
border-color: #A42877;
}
</style>