HEX: #A56DAB
RGB: (165,109,171)
#A56DAB contains mainly red and blue colors. Web safe color of #A56DAB is #996699 (or #969).
#A56DAB color RGB value is (165,109,171).
RGB: (165,109,171)
(65%, 43%, 67%)
R 165 of 255 = 65%
G 109 of 255 = 43%
B 171 of 255 = 67%
R + G + B ~ 58%. #A56DAB is middle color (not dark and not light).
R + G + B = 165 + 109 + 171 = 445 (100%)
R 165 of 445 ~ 37.08%
G 109 of 445 ~ 24.49%
B 171 of 445 ~ 38.43'%
#A56DAB color CMYK value is (4,36,0,33).
CMYK: (4,36,0,33)
C4M36Y0K33 (4%, 36%, 0%, 33%)
(0.04 / 0.36 / 0.00 / 0.33)
Color #A56DAB in popluar color models
A5 | 6D | AB | |
---|---|---|---|
RGB | 165 | 109 | 171 |
HSL | 294° | 26.96% | 54.90% |
HSB/HSV | 294° | 36.26% | 67.06% |
CMYK | 3.51% | 36.26% | 0.00% |
32.94% |
Color #A56DAB in popluar number systems.
HEX | A5 | 6D | AB |
Decimal | 165 | 109 | 171 |
Binary | 10100101 | 1101101 | 10101011 |
Octal | 245 | 155 | 253 |
Shades of #A56DAB
Tints of #A56DAB
Examples of css and html codes for elements with #A56DAB color. Also use rgb(165,109,171) instead hex code.
.myTextColor { color: #A56DAB; }
<p style="color:#A56DAB">This sample text font color is #A56DAB.</p>
This text font color is #A56DAB.
.myBgColor { background-color: #A56DAB; }
<div style="background-color:#A56DAB">Inner text</div>
This div background color is #A56DAB.
.myBorderColor { border: 1px solid #A56DAB; }
<div style="border:3px solid #A56DAB">Div</div>
This div border color is #A56DAB.
.myOpacity80 { color: #A56DAB; opacity: 0.8; }
<p style="color:#A56DAB;opacity:0.8;">80%</p>
Text with #A56DAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A56DAB;}
<p style="text-shadow: 3px 3px 1px #A56DAB">Text here.</p>
This text has shadow with #A56DAB color.
.textShadow {text-shadow: 3px 3px 1px #A56DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A56DAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A56DAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A56DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A56DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A56DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A56DAB;
-webkit-box-shadow: 1px 1px 3px 2px #A56DAB;
box-shadow: 1px 1px 3px 2px #A56DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A56DAB; -webkit-box-shadow: 1px 1px 3px 2px #A56DAB; box-shadow:1px 1px 3px 2px #A56DAB;">
Div content here
</div>
This text has color #A56DAB on black background.
This text has color #A56DAB on white background.
This text has black color on #A56DAB background.
This text has white color on #A56DAB background.
Complementary color for #hex is #5A9254.