Shades of Medium Red Violet #A52877
Tints of Medium Red Violet #A52877
RGB
CMYK
RGB Variations
Color information
#A52877 (or 0xA52877) is known color: Medium Red Violet. HEX triplet: A5, 28 and 77. RGB value is (165,40,119). Sum of RGB (Red+Green+Blue) = 165+40+119=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A52877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52877 is #5AD788. Grayscale: #565656. Windows color (decimal): -5953417 or 7809189. OLE color: 7809189.
HSL color Cylindrical-coordinate representation of color #A52877: hue angle of 322.08º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52877 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 119 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.35 |
| HSL | 322.08º | 0.61% | 0.4% | - |
| HSV(B) | 322.08º | 0.76% | 0.65% | - |
| XYZ | 19.61 | 10.85 | 18.51 | - |
| YUV | 86.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 119 | 0 | 0.76 | 0.28 | 0.35 | 322.08 | 0.61 | 0.4 |
| Hex | A5 | 28 | 77 | 0 | 4C | 1C | 23 | 142 | 3D | 28 |
| Octal | 245 | 50 | 167 | 0 | 114 | 34 | 43 | 502 | 75 | 50 |
| Binary | 10100101 | 101000 | 1110111 | 0 | 1001100 | 11100 | 100011 | 101000010 | 111101 | 101000 |
Color Harmonies of #A52877
Complementary color
Monochromatic Colors of #A52877
Black with #A52877
Text Example
Text Example
White with #A52877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52877; }
p { color: rgb(165,40,119); }
H1.HeaderClassName
{
color: #A52877;
}
.AnyTagClassName
{
color: #A52877;
}
</style>
background-color css
<style>
a { background-color: #A52877; }
a { background-color: rgb(165,40,119); }
div.DivClassName
{
background-color: #A52877;
}
.BgClassName
{
background-color: #A52877;
}
</style>
border-color css
<style>
span { border-color: #A52877; }
span { border-color: rgb(165,40,119); }
td.TdClassName
{
border-color: #A52877;
}
.TagClassName
{
border-color: #A52877;
}
</style>