HEX: #A481ED
RGB: (164,129,237)
#A481ED contains mainly blue color. Web safe color of #A481ED is #9999FF (or #99F).
#A481ED color RGB value is (164,129,237).
RGB: (164,129,237)
(64%, 51%, 93%)
R 164 of 255 = 64%
G 129 of 255 = 51%
B 237 of 255 = 93%
R + G + B ~ 69%. #A481ED is quite light color.
R + G + B = 164 + 129 + 237 = 530 (100%)
R 164 of 530 ~ 30.94%
G 129 of 530 ~ 24.34%
B 237 of 530 ~ 44.72'%
#A481ED color CMYK value is (31,46,0,7).
CMYK: (31,46,0,7)
C31M46Y0K7 (31%, 46%, 0%, 7%)
(0.31 / 0.46 / 0.00 / 0.07)
Color #A481ED in popluar color models
A4 | 81 | ED | |
---|---|---|---|
RGB | 164 | 129 | 237 |
HSL | 259° | 75.00% | 71.76% |
HSB/HSV | 259° | 45.57% | 92.94% |
CMYK | 30.80% | 45.57% | 0.00% |
7.06% |
Color #A481ED in popluar number systems.
HEX | A4 | 81 | ED |
Decimal | 164 | 129 | 237 |
Binary | 10100100 | 10000001 | 11101101 |
Octal | 244 | 201 | 355 |
Shades of #A481ED
Tints of #A481ED
Examples of css and html codes for elements with #A481ED color. Also use rgb(164,129,237) instead hex code.
.myTextColor { color: #A481ED; }
<p style="color:#A481ED">This sample text font color is #A481ED.</p>
This text font color is #A481ED.
.myBgColor { background-color: #A481ED; }
<div style="background-color:#A481ED">Inner text</div>
This div background color is #A481ED.
.myBorderColor { border: 1px solid #A481ED; }
<div style="border:3px solid #A481ED">Div</div>
This div border color is #A481ED.
.myOpacity80 { color: #A481ED; opacity: 0.8; }
<p style="color:#A481ED;opacity:0.8;">80%</p>
Text with #A481ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A481ED;}
<p style="text-shadow: 3px 3px 1px #A481ED">Text here.</p>
This text has shadow with #A481ED color.
.textShadow {text-shadow: 3px 3px 1px #A481ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A481ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #A481ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A481ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A481ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #A481ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A481ED;
-webkit-box-shadow: 1px 1px 3px 2px #A481ED;
box-shadow: 1px 1px 3px 2px #A481ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A481ED; -webkit-box-shadow: 1px 1px 3px 2px #A481ED; box-shadow:1px 1px 3px 2px #A481ED;">
Div content here
</div>
This text has color #A481ED on black background.
This text has color #A481ED on white background.
This text has black color on #A481ED background.
This text has white color on #A481ED background.
Complementary color for #hex is #5B7E12.