HEX: #A5557C
RGB: (165,85,124)
#A5557C contains mainly red and blue colors. Web safe color of #A5557C is #996666 (or #966).
#A5557C color RGB value is (165,85,124).
RGB: (165,85,124)
(65%, 33%, 49%)
R 165 of 255 = 65%
G 85 of 255 = 33%
B 124 of 255 = 49%
R + G + B ~ 49%. #A5557C is middle color (not dark and not light).
R + G + B = 165 + 85 + 124 = 374 (100%)
R 165 of 374 ~ 44.12%
G 85 of 374 ~ 22.73%
B 124 of 374 ~ 33.16'%
#A5557C color CMYK value is (0,48,25,35).
CMYK: (0,48,25,35) C0M48Y25K35 (0%,48%,25%,35%) (0.00/0.48/0.25/0.35)
Color #A5557C in popluar color models
A5 | 55 | 7C | |
---|---|---|---|
RGB | 165 | 85 | 124 |
HSL | 331° | 32.00% | 49.02% |
HSB/HSV | 331° | 48.48% | 64.71% |
CMYK | 0.00% | 48.48% | 24.85% |
35.29% |
Color #A5557C in popluar number systems.
HEX | A5 | 55 | 7C |
Decimal | 165 | 85 | 124 |
Binary | 10100101 | 1010101 | 1111100 |
Octal | 245 | 125 | 174 |
Shades of #A5557C
Tints of #A5557C
Examples of css and html codes for elements with #A5557C color. Also use rgb(165,85,124) instead hex code.
.myTextColor { color: #A5557C; }
<p style="color:#A5557C">This sample text font color is #A5557C.</p>
This text font color is #A5557C.
.myBgColor { background-color: #A5557C; }
<div style="background-color:#A5557C">Inner text</div>
This div background color is #A5557C.
.myBorderColor { border: 1px solid #A5557C; }
<div style="border:3px solid #A5557C">Div</div>
This div border color is #A5557C.
.myOpacity80 { color: #A5557C; opacity: 0.8; }
<p style="color:#A5557C;opacity:0.8;">80%</p>
Text with #A5557C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5557C;}
<p style="text-shadow: 3px 3px 1px #A5557C">Text here.</p>
This text has shadow with #A5557C color.
.textShadow {text-shadow: 3px 3px 1px #A5557C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5557C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5557C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5557C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5557C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5557C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5557C;
-webkit-box-shadow: 1px 1px 3px 2px #A5557C;
box-shadow: 1px 1px 3px 2px #A5557C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5557C; -webkit-box-shadow: 1px 1px 3px 2px #A5557C; box-shadow:1px 1px 3px 2px #A5557C;">
Div content here
</div>
This text has color #A5557C on black background.
This text has color #A5557C on white background.
This text has black color on #A5557C background.
This text has white color on #A5557C background.
Complementary color for #hex is #5AAA83.