Shades of Medium Red Violet #A54884
Tints of Medium Red Violet #A54884
RGB
CMYK
RGB Variations
Color information
#A54884 (or 0xA54884) is known color: Medium Red Violet. HEX triplet: A5, 48 and 84. RGB value is (165,72,132). Sum of RGB (Red+Green+Blue) = 165+72+132=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A54884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54884 is #5AB77B. Grayscale: #6A6A6A. Windows color (decimal): -5945212 or 8669349. OLE color: 8669349.
HSL color Cylindrical-coordinate representation of color #A54884: hue angle of 321.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54884 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 132 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.35 |
| HSL | 321.29º | 0.39% | 0.46% | - |
| HSV(B) | 321.29º | 0.56% | 0.65% | - |
| XYZ | 22 | 14.3 | 23.43 | - |
| YUV | 106.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 132 | 0 | 0.56 | 0.20 | 0.35 | 321.29 | 0.39 | 0.46 |
| Hex | A5 | 48 | 84 | 0 | 38 | 14 | 23 | 141 | 27 | 2E |
| Octal | 245 | 110 | 204 | 0 | 70 | 24 | 43 | 501 | 47 | 56 |
| Binary | 10100101 | 1001000 | 10000100 | 0 | 111000 | 10100 | 100011 | 101000001 | 100111 | 101110 |
Color Harmonies of #A54884
Complementary color
Monochromatic Colors of #A54884
Black with #A54884
Text Example
Text Example
White with #A54884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54884; }
p { color: rgb(165,72,132); }
H1.HeaderClassName
{
color: #A54884;
}
.AnyTagClassName
{
color: #A54884;
}
</style>
background-color css
<style>
a { background-color: #A54884; }
a { background-color: rgb(165,72,132); }
div.DivClassName
{
background-color: #A54884;
}
.BgClassName
{
background-color: #A54884;
}
</style>
border-color css
<style>
span { border-color: #A54884; }
span { border-color: rgb(165,72,132); }
td.TdClassName
{
border-color: #A54884;
}
.TagClassName
{
border-color: #A54884;
}
</style>