Shades of Medium Red Violet #A52784
Tints of Medium Red Violet #A52784
RGB
CMYK
RGB Variations
Color information
#A52784 (or 0xA52784) is known color: Medium Red Violet. HEX triplet: A5, 27 and 84. RGB value is (165,39,132). Sum of RGB (Red+Green+Blue) = 165+39+132=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A52784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52784 is #5AD87B. Grayscale: #575757. Windows color (decimal): -5953660 or 8660901. OLE color: 8660901.
HSL color Cylindrical-coordinate representation of color #A52784: hue angle of 315.71º degrees, saturation: 0.62, 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 #A52784 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 39 | 132 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.35 |
| HSL | 315.71º | 0.62% | 0.4% | - |
| HSV(B) | 315.71º | 0.76% | 0.65% | - |
| XYZ | 20.41 | 11.12 | 22.9 | - |
| YUV | 87.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 132 | 0 | 0.76 | 0.20 | 0.35 | 315.71 | 0.62 | 0.4 |
| Hex | A5 | 27 | 84 | 0 | 4C | 14 | 23 | 13C | 3E | 28 |
| Octal | 245 | 47 | 204 | 0 | 114 | 24 | 43 | 474 | 76 | 50 |
| Binary | 10100101 | 100111 | 10000100 | 0 | 1001100 | 10100 | 100011 | 100111100 | 111110 | 101000 |
Color Harmonies of #A52784
Complementary color
Monochromatic Colors of #A52784
Black with #A52784
Text Example
Text Example
White with #A52784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52784; }
p { color: rgb(165,39,132); }
H1.HeaderClassName
{
color: #A52784;
}
.AnyTagClassName
{
color: #A52784;
}
</style>
background-color css
<style>
a { background-color: #A52784; }
a { background-color: rgb(165,39,132); }
div.DivClassName
{
background-color: #A52784;
}
.BgClassName
{
background-color: #A52784;
}
</style>
border-color css
<style>
span { border-color: #A52784; }
span { border-color: rgb(165,39,132); }
td.TdClassName
{
border-color: #A52784;
}
.TagClassName
{
border-color: #A52784;
}
</style>