HEX: #A37EDA
RGB: (163,126,218)
#A37EDA contains mainly red and blue colors. Web safe color of #A37EDA is #9966CC (or #96C).
#A37EDA color RGB value is (163,126,218).
RGB: (163,126,218)
(64%, 49%, 85%)
R 163 of 255 = 64%
G 126 of 255 = 49%
B 218 of 255 = 85%
R + G + B ~ 66%. #A37EDA is quite light color.
R + G + B = 163 + 126 + 218 = 507 (100%)
R 163 of 507 ~ 32.15%
G 126 of 507 ~ 24.85%
B 218 of 507 ~ 43'%
#A37EDA color CMYK value is (25,42,0,15).
CMYK: (25,42,0,15)
C25M42Y0K15 (25%, 42%, 0%, 15%)
(0.25 / 0.42 / 0.00 / 0.15)
Color #A37EDA in popluar color models
A3 | 7E | DA | |
---|---|---|---|
RGB | 163 | 126 | 218 |
HSL | 264° | 55.42% | 67.45% |
HSB/HSV | 264° | 42.20% | 85.49% |
CMYK | 25.23% | 42.20% | 0.00% |
14.51% |
Color #A37EDA in popluar number systems.
HEX | A3 | 7E | DA |
Decimal | 163 | 126 | 218 |
Binary | 10100011 | 1111110 | 11011010 |
Octal | 243 | 176 | 332 |
Shades of #A37EDA
Tints of #A37EDA
Examples of css and html codes for elements with #A37EDA color. Also use rgb(163,126,218) instead hex code.
.myTextColor { color: #A37EDA; }
<p style="color:#A37EDA">This sample text font color is #A37EDA.</p>
This text font color is #A37EDA.
.myBgColor { background-color: #A37EDA; }
<div style="background-color:#A37EDA">Inner text</div>
This div background color is #A37EDA.
.myBorderColor { border: 1px solid #A37EDA; }
<div style="border:3px solid #A37EDA">Div</div>
This div border color is #A37EDA.
.myOpacity80 { color: #A37EDA; opacity: 0.8; }
<p style="color:#A37EDA;opacity:0.8;">80%</p>
Text with #A37EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37EDA;}
<p style="text-shadow: 3px 3px 1px #A37EDA">Text here.</p>
This text has shadow with #A37EDA color.
.textShadow {text-shadow: 3px 3px 1px #A37EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A37EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A37EDA;
-webkit-box-shadow: 1px 1px 3px 2px #A37EDA;
box-shadow: 1px 1px 3px 2px #A37EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37EDA; -webkit-box-shadow: 1px 1px 3px 2px #A37EDA; box-shadow:1px 1px 3px 2px #A37EDA;">
Div content here
</div>
This text has color #A37EDA on black background.
This text has color #A37EDA on white background.
This text has black color on #A37EDA background.
This text has white color on #A37EDA background.
Complementary color for #hex is #5C8125.