HEX: #A48EDA
RGB: (164,142,218)
#A48EDA contains mainly red and blue colors. Web safe color of #A48EDA is #9999CC (or #99C).
#A48EDA color RGB value is (164,142,218).
RGB: (164,142,218)
(64%, 56%, 85%)
R 164 of 255 = 64%
G 142 of 255 = 56%
B 218 of 255 = 85%
R + G + B ~ 68%. #A48EDA is quite light color.
R + G + B = 164 + 142 + 218 = 524 (100%)
R 164 of 524 ~ 31.3%
G 142 of 524 ~ 27.1%
B 218 of 524 ~ 41.6'%
#A48EDA color CMYK value is (25,35,0,15).
CMYK: (25,35,0,15)
C25M35Y0K15 (25%, 35%, 0%, 15%)
(0.25 / 0.35 / 0.00 / 0.15)
Color #A48EDA in popluar color models
A4 | 8E | DA | |
---|---|---|---|
RGB | 164 | 142 | 218 |
HSL | 257° | 50.67% | 70.59% |
HSB/HSV | 257° | 34.86% | 85.49% |
CMYK | 24.77% | 34.86% | 0.00% |
14.51% |
Color #A48EDA in popluar number systems.
HEX | A4 | 8E | DA |
Decimal | 164 | 142 | 218 |
Binary | 10100100 | 10001110 | 11011010 |
Octal | 244 | 216 | 332 |
Shades of #A48EDA
Tints of #A48EDA
Examples of css and html codes for elements with #A48EDA color. Also use rgb(164,142,218) instead hex code.
.myTextColor { color: #A48EDA; }
<p style="color:#A48EDA">This sample text font color is #A48EDA.</p>
This text font color is #A48EDA.
.myBgColor { background-color: #A48EDA; }
<div style="background-color:#A48EDA">Inner text</div>
This div background color is #A48EDA.
.myBorderColor { border: 1px solid #A48EDA; }
<div style="border:3px solid #A48EDA">Div</div>
This div border color is #A48EDA.
.myOpacity80 { color: #A48EDA; opacity: 0.8; }
<p style="color:#A48EDA;opacity:0.8;">80%</p>
Text with #A48EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A48EDA;}
<p style="text-shadow: 3px 3px 1px #A48EDA">Text here.</p>
This text has shadow with #A48EDA color.
.textShadow {text-shadow: 3px 3px 1px #A48EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A48EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A48EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A48EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A48EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A48EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A48EDA;
-webkit-box-shadow: 1px 1px 3px 2px #A48EDA;
box-shadow: 1px 1px 3px 2px #A48EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A48EDA; -webkit-box-shadow: 1px 1px 3px 2px #A48EDA; box-shadow:1px 1px 3px 2px #A48EDA;">
Div content here
</div>
This text has color #A48EDA on black background.
This text has color #A48EDA on white background.
This text has black color on #A48EDA background.
This text has white color on #A48EDA background.
Complementary color for #hex is #5B7125.