Shades of Medium Red Violet #A52880
Tints of Medium Red Violet #A52880
RGB
CMYK
RGB Variations
Color information
#A52880 (or 0xA52880) is known color: Medium Red Violet. HEX triplet: A5, 28 and 80. RGB value is (165,40,128). Sum of RGB (Red+Green+Blue) = 165+40+128=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A52880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52880 is #5AD77F. Grayscale: #575757. Windows color (decimal): -5953408 or 8399013. OLE color: 8399013.
HSL color Cylindrical-coordinate representation of color #A52880: hue angle of 317.76º 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 #A52880 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 40 | 128 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.35 |
| HSL | 317.76º | 0.61% | 0.4% | - |
| HSV(B) | 317.76º | 0.76% | 0.65% | - |
| XYZ | 20.17 | 11.08 | 21.5 | - |
| YUV | 87.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 40 | 128 | 0 | 0.76 | 0.22 | 0.35 | 317.76 | 0.61 | 0.4 |
| Hex | A5 | 28 | 80 | 0 | 4C | 16 | 23 | 13E | 3D | 28 |
| Octal | 245 | 50 | 200 | 0 | 114 | 26 | 43 | 476 | 75 | 50 |
| Binary | 10100101 | 101000 | 10000000 | 0 | 1001100 | 10110 | 100011 | 100111110 | 111101 | 101000 |
Color Harmonies of #A52880
Complementary color
Monochromatic Colors of #A52880
Black with #A52880
Text Example
Text Example
White with #A52880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52880; }
p { color: rgb(165,40,128); }
H1.HeaderClassName
{
color: #A52880;
}
.AnyTagClassName
{
color: #A52880;
}
</style>
background-color css
<style>
a { background-color: #A52880; }
a { background-color: rgb(165,40,128); }
div.DivClassName
{
background-color: #A52880;
}
.BgClassName
{
background-color: #A52880;
}
</style>
border-color css
<style>
span { border-color: #A52880; }
span { border-color: rgb(165,40,128); }
td.TdClassName
{
border-color: #A52880;
}
.TagClassName
{
border-color: #A52880;
}
</style>