HEX: #A57498
RGB: (165,116,152)
#A57498 contains red, green and blue colors in about the same proportion. Web safe color of #A57498 is #996699 (or #969).
#A57498 color RGB value is (165,116,152).
RGB: (165,116,152)
(65%, 45%, 60%)
R 165 of 255 = 65%
G 116 of 255 = 45%
B 152 of 255 = 60%
R + G + B ~ 57%. #A57498 is middle color (not dark and not light).
R + G + B = 165 + 116 + 152 = 433 (100%)
R 165 of 433 ~ 38.11%
G 116 of 433 ~ 26.79%
B 152 of 433 ~ 35.1'%
#A57498 color CMYK value is (0,30,8,35).
CMYK: (0,30,8,35)
C0M30Y8K35 (0%, 30%, 8%, 35%)
(0.00 / 0.30 / 0.08 / 0.35)
Color #A57498 in popluar color models
A5 | 74 | 98 | |
---|---|---|---|
RGB | 165 | 116 | 152 |
HSL | 316° | 21.40% | 55.10% |
HSB/HSV | 316° | 29.70% | 64.71% |
CMYK | 0.00% | 29.70% | 7.88% |
35.29% |
Color #A57498 in popluar number systems.
HEX | A5 | 74 | 98 |
Decimal | 165 | 116 | 152 |
Binary | 10100101 | 1110100 | 10011000 |
Octal | 245 | 164 | 230 |
Shades of #A57498
Tints of #A57498
Examples of css and html codes for elements with #A57498 color. Also use rgb(165,116,152) instead hex code.
.myTextColor { color: #A57498; }
<p style="color:#A57498">This sample text font color is #A57498.</p>
This text font color is #A57498.
.myBgColor { background-color: #A57498; }
<div style="background-color:#A57498">Inner text</div>
This div background color is #A57498.
.myBorderColor { border: 1px solid #A57498; }
<div style="border:3px solid #A57498">Div</div>
This div border color is #A57498.
.myOpacity80 { color: #A57498; opacity: 0.8; }
<p style="color:#A57498;opacity:0.8;">80%</p>
Text with #A57498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A57498;}
<p style="text-shadow: 3px 3px 1px #A57498">Text here.</p>
This text has shadow with #A57498 color.
.textShadow {text-shadow: 3px 3px 1px #A57498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A57498, 5px 5px 20px red">Text here.</p>
This text has shadow with #A57498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A57498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A57498, Direction=45, Strength=4)">Text</p>
This text has shadow with #A57498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A57498;
-webkit-box-shadow: 1px 1px 3px 2px #A57498;
box-shadow: 1px 1px 3px 2px #A57498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A57498; -webkit-box-shadow: 1px 1px 3px 2px #A57498; box-shadow:1px 1px 3px 2px #A57498;">
Div content here
</div>
This text has color #A57498 on black background.
This text has color #A57498 on white background.
This text has black color on #A57498 background.
This text has white color on #A57498 background.
Complementary color for #hex is #5A8B67.