HEX: #A53571
RGB: (165,53,113)
#A53571 contains mainly red and blue colors. Web safe color of #A53571 is #993366 (or #936).
#A53571 color RGB value is (165,53,113).
RGB: (165,53,113)
(65%, 21%, 44%)
R 165 of 255 = 65%
G 53 of 255 = 21%
B 113 of 255 = 44%
R + G + B ~ 43%. #A53571 is middle color (not dark and not light).
R + G + B = 165 + 53 + 113 = 331 (100%)
R 165 of 331 ~ 49.85%
G 53 of 331 ~ 16.01%
B 113 of 331 ~ 34.14'%
#A53571 color CMYK value is (0,68,32,35).
CMYK: (0,68,32,35)
C0M68Y32K35 (0%, 68%, 32%, 35%)
(0.00 / 0.68 / 0.32 / 0.35)
Color #A53571 in popluar color models
A5 | 35 | 71 | |
---|---|---|---|
RGB | 165 | 53 | 113 |
HSL | 328° | 51.38% | 42.75% |
HSB/HSV | 328° | 67.88% | 64.71% |
CMYK | 0.00% | 67.88% | 31.52% |
35.29% |
Color #A53571 in popluar number systems.
HEX | A5 | 35 | 71 |
Decimal | 165 | 53 | 113 |
Binary | 10100101 | 110101 | 1110001 |
Octal | 245 | 65 | 161 |
Shades of #A53571
Tints of #A53571
Examples of css and html codes for elements with #A53571 color. Also use rgb(165,53,113) instead hex code.
.myTextColor { color: #A53571; }
<p style="color:#A53571">This sample text font color is #A53571.</p>
This text font color is #A53571.
.myBgColor { background-color: #A53571; }
<div style="background-color:#A53571">Inner text</div>
This div background color is #A53571.
.myBorderColor { border: 1px solid #A53571; }
<div style="border:3px solid #A53571">Div</div>
This div border color is #A53571.
.myOpacity80 { color: #A53571; opacity: 0.8; }
<p style="color:#A53571;opacity:0.8;">80%</p>
Text with #A53571 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A53571;}
<p style="text-shadow: 3px 3px 1px #A53571">Text here.</p>
This text has shadow with #A53571 color.
.textShadow {text-shadow: 3px 3px 1px #A53571', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A53571, 5px 5px 20px red">Text here.</p>
This text has shadow with #A53571 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A53571, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A53571, Direction=45, Strength=4)">Text</p>
This text has shadow with #A53571 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A53571;
-webkit-box-shadow: 1px 1px 3px 2px #A53571;
box-shadow: 1px 1px 3px 2px #A53571;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A53571; -webkit-box-shadow: 1px 1px 3px 2px #A53571; box-shadow:1px 1px 3px 2px #A53571;">
Div content here
</div>
This text has color #A53571 on black background.
This text has color #A53571 on white background.
This text has black color on #A53571 background.
This text has white color on #A53571 background.
Complementary color for #hex is #5ACA8E.