Shades of Medium Red Violet #A52078
Tints of Medium Red Violet #A52078
RGB
CMYK
RGB Variations
Color information
#A52078 (or 0xA52078) is known color: Medium Red Violet. HEX triplet: A5, 20 and 78. RGB value is (165,32,120). Sum of RGB (Red+Green+Blue) = 165+32+120=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A52078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52078 is #5ADF87. Grayscale: #515151. Windows color (decimal): -5955464 or 7872677. OLE color: 7872677.
HSL color Cylindrical-coordinate representation of color #A52078: hue angle of 320.3º 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 #A52078 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 120 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.35 |
| HSL | 320.3º | 0.68% | 0.39% | - |
| HSV(B) | 320.3º | 0.81% | 0.65% | - |
| XYZ | 19.42 | 10.39 | 18.75 | - |
| YUV | 81.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 120 | 0 | 0.81 | 0.27 | 0.35 | 320.3 | 0.68 | 0.39 |
| Hex | A5 | 20 | 78 | 0 | 51 | 1B | 23 | 140 | 44 | 27 |
| Octal | 245 | 40 | 170 | 0 | 121 | 33 | 43 | 500 | 104 | 47 |
| Binary | 10100101 | 100000 | 1111000 | 0 | 1010001 | 11011 | 100011 | 101000000 | 1000100 | 100111 |
Color Harmonies of #A52078
Complementary color
Monochromatic Colors of #A52078
Black with #A52078
Text Example
Text Example
White with #A52078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52078; }
p { color: rgb(165,32,120); }
H1.HeaderClassName
{
color: #A52078;
}
.AnyTagClassName
{
color: #A52078;
}
</style>
background-color css
<style>
a { background-color: #A52078; }
a { background-color: rgb(165,32,120); }
div.DivClassName
{
background-color: #A52078;
}
.BgClassName
{
background-color: #A52078;
}
</style>
border-color css
<style>
span { border-color: #A52078; }
span { border-color: rgb(165,32,120); }
td.TdClassName
{
border-color: #A52078;
}
.TagClassName
{
border-color: #A52078;
}
</style>