Shades of Medium Red Violet #A52076
Tints of Medium Red Violet #A52076
RGB
CMYK
RGB Variations
Color information
#A52076 (or 0xA52076) is known color: Medium Red Violet. HEX triplet: A5, 20 and 76. RGB value is (165,32,118). Sum of RGB (Red+Green+Blue) = 165+32+118=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52076 is #5ADF89. Grayscale: #515151. Windows color (decimal): -5955466 or 7741605. OLE color: 7741605.
HSL color Cylindrical-coordinate representation of color #A52076: hue angle of 321.2º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52076 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 118 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.35 |
| HSL | 321.2º | 0.68% | 0.39% | - |
| HSV(B) | 321.2º | 0.81% | 0.65% | - |
| XYZ | 19.3 | 10.34 | 18.12 | - |
| YUV | 81.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 118 | 0 | 0.81 | 0.28 | 0.35 | 321.2 | 0.68 | 0.39 |
| Hex | A5 | 20 | 76 | 0 | 51 | 1C | 23 | 141 | 44 | 27 |
| Octal | 245 | 40 | 166 | 0 | 121 | 34 | 43 | 501 | 104 | 47 |
| Binary | 10100101 | 100000 | 1110110 | 0 | 1010001 | 11100 | 100011 | 101000001 | 1000100 | 100111 |
Color Harmonies of #A52076
Complementary color
Monochromatic Colors of #A52076
Black with #A52076
Text Example
Text Example
White with #A52076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52076; }
p { color: rgb(165,32,118); }
H1.HeaderClassName
{
color: #A52076;
}
.AnyTagClassName
{
color: #A52076;
}
</style>
background-color css
<style>
a { background-color: #A52076; }
a { background-color: rgb(165,32,118); }
div.DivClassName
{
background-color: #A52076;
}
.BgClassName
{
background-color: #A52076;
}
</style>
border-color css
<style>
span { border-color: #A52076; }
span { border-color: rgb(165,32,118); }
td.TdClassName
{
border-color: #A52076;
}
.TagClassName
{
border-color: #A52076;
}
</style>