HEX: #A49DD6
RGB: (164,157,214)
#A49DD6 contains red, green and blue colors in about the same proportion. Web safe color of #A49DD6 is #9999CC (or #99C).
#A49DD6 color RGB value is (164,157,214).
RGB: (164,157,214)
(64%, 62%, 84%)
R 164 of 255 = 64%
G 157 of 255 = 62%
B 214 of 255 = 84%
R + G + B ~ 70%. #A49DD6 is quite light color.
R + G + B = 164 + 157 + 214 = 535 (100%)
R 164 of 535 ~ 30.65%
G 157 of 535 ~ 29.35%
B 214 of 535 ~ 40'%
#A49DD6 color CMYK value is (23,27,0,16).
CMYK: (23,27,0,16)
C23M27Y0K16 (23%, 27%, 0%, 16%)
(0.23 / 0.27 / 0.00 / 0.16)
Color #A49DD6 in popluar color models
A4 | 9D | D6 | |
---|---|---|---|
RGB | 164 | 157 | 214 |
HSL | 247° | 41.01% | 72.75% |
HSB/HSV | 247° | 26.64% | 83.92% |
CMYK | 23.36% | 26.64% | 0.00% |
16.08% |
Color #A49DD6 in popluar number systems.
HEX | A4 | 9D | D6 |
Decimal | 164 | 157 | 214 |
Binary | 10100100 | 10011101 | 11010110 |
Octal | 244 | 235 | 326 |
Shades of #A49DD6
Tints of #A49DD6
Examples of css and html codes for elements with #A49DD6 color. Also use rgb(164,157,214) instead hex code.
.myTextColor { color: #A49DD6; }
<p style="color:#A49DD6">This sample text font color is #A49DD6.</p>
This text font color is #A49DD6.
.myBgColor { background-color: #A49DD6; }
<div style="background-color:#A49DD6">Inner text</div>
This div background color is #A49DD6.
.myBorderColor { border: 1px solid #A49DD6; }
<div style="border:3px solid #A49DD6">Div</div>
This div border color is #A49DD6.
.myOpacity80 { color: #A49DD6; opacity: 0.8; }
<p style="color:#A49DD6;opacity:0.8;">80%</p>
Text with #A49DD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A49DD6;}
<p style="text-shadow: 3px 3px 1px #A49DD6">Text here.</p>
This text has shadow with #A49DD6 color.
.textShadow {text-shadow: 3px 3px 1px #A49DD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A49DD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #A49DD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A49DD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A49DD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #A49DD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A49DD6;
-webkit-box-shadow: 1px 1px 3px 2px #A49DD6;
box-shadow: 1px 1px 3px 2px #A49DD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A49DD6; -webkit-box-shadow: 1px 1px 3px 2px #A49DD6; box-shadow:1px 1px 3px 2px #A49DD6;">
Div content here
</div>
This text has color #A49DD6 on black background.
This text has color #A49DD6 on white background.
This text has black color on #A49DD6 background.
This text has white color on #A49DD6 background.
Complementary color for #hex is #5B6229.