HEX: #A56D9E
RGB: (165,109,158)
#A56D9E contains red, green and blue colors in about the same proportion. Web safe color of #A56D9E is #996699 (or #969).
#A56D9E color RGB value is (165,109,158).
RGB: (165,109,158)
(65%, 43%, 62%)
R 165 of 255 = 65%
G 109 of 255 = 43%
B 158 of 255 = 62%
R + G + B ~ 57%. #A56D9E is middle color (not dark and not light).
R + G + B = 165 + 109 + 158 = 432 (100%)
R 165 of 432 ~ 38.19%
G 109 of 432 ~ 25.23%
B 158 of 432 ~ 36.57'%
#A56D9E color CMYK value is (0,34,4,35).
CMYK: (0,34,4,35) C0M34Y4K35 (0%,34%,4%,35%) (0.00/0.34/0.04/0.35)
Color #A56D9E in popluar color models
A5 | 6D | 9E | |
---|---|---|---|
RGB | 165 | 109 | 158 |
HSL | 308° | 23.73% | 53.73% |
HSB/HSV | 308° | 33.94% | 64.71% |
CMYK | 0.00% | 33.94% | 4.24% |
35.29% |
Color #A56D9E in popluar number systems.
HEX | A5 | 6D | 9E |
Decimal | 165 | 109 | 158 |
Binary | 10100101 | 1101101 | 10011110 |
Octal | 245 | 155 | 236 |
Shades of #A56D9E
Tints of #A56D9E
Examples of css and html codes for elements with #A56D9E color. Also use rgb(165,109,158) instead hex code.
.myTextColor { color: #A56D9E; }
<p style="color:#A56D9E">This sample text font color is #A56D9E.</p>
This text font color is #A56D9E.
.myBgColor { background-color: #A56D9E; }
<div style="background-color:#A56D9E">Inner text</div>
This div background color is #A56D9E.
.myBorderColor { border: 1px solid #A56D9E; }
<div style="border:3px solid #A56D9E">Div</div>
This div border color is #A56D9E.
.myOpacity80 { color: #A56D9E; opacity: 0.8; }
<p style="color:#A56D9E;opacity:0.8;">80%</p>
Text with #A56D9E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A56D9E;}
<p style="text-shadow: 3px 3px 1px #A56D9E">Text here.</p>
This text has shadow with #A56D9E color.
.textShadow {text-shadow: 3px 3px 1px #A56D9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A56D9E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A56D9E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A56D9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A56D9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A56D9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A56D9E;
-webkit-box-shadow: 1px 1px 3px 2px #A56D9E;
box-shadow: 1px 1px 3px 2px #A56D9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A56D9E; -webkit-box-shadow: 1px 1px 3px 2px #A56D9E; box-shadow:1px 1px 3px 2px #A56D9E;">
Div content here
</div>
This text has color #A56D9E on black background.
This text has color #A56D9E on white background.
This text has black color on #A56D9E background.
This text has white color on #A56D9E background.
Complementary color for #hex is #5A9261.