HEX: #A58EBA
RGB: (165,142,186)
#A58EBA contains red, green and blue colors in about the same proportion. Web safe color of #A58EBA is #9999CC (or #99C).
#A58EBA color RGB value is (165,142,186).
RGB: (165,142,186)
(65%, 56%, 73%)
R 165 of 255 = 65%
G 142 of 255 = 56%
B 186 of 255 = 73%
R + G + B ~ 65%. #A58EBA is quite light color.
R + G + B = 165 + 142 + 186 = 493 (100%)
R 165 of 493 ~ 33.47%
G 142 of 493 ~ 28.8%
B 186 of 493 ~ 37.73'%
#A58EBA color CMYK value is (11,24,0,27).
CMYK: (11,24,0,27) C11M24Y0K27 (11%,24%,0%,27%) (0.11/0.24/0.00/0.27)
Color #A58EBA in popluar color models
A5 | 8E | BA | |
---|---|---|---|
RGB | 165 | 142 | 186 |
HSL | 271° | 24.18% | 64.31% |
HSB/HSV | 271° | 23.66% | 72.94% |
CMYK | 11.29% | 23.66% | 0.00% |
27.06% |
Color #A58EBA in popluar number systems.
HEX | A5 | 8E | BA |
Decimal | 165 | 142 | 186 |
Binary | 10100101 | 10001110 | 10111010 |
Octal | 245 | 216 | 272 |
Shades of #A58EBA
Tints of #A58EBA
Examples of css and html codes for elements with #A58EBA color. Also use rgb(165,142,186) instead hex code.
.myTextColor { color: #A58EBA; }
<p style="color:#A58EBA">This sample text font color is #A58EBA.</p>
This text font color is #A58EBA.
.myBgColor { background-color: #A58EBA; }
<div style="background-color:#A58EBA">Inner text</div>
This div background color is #A58EBA.
.myBorderColor { border: 1px solid #A58EBA; }
<div style="border:3px solid #A58EBA">Div</div>
This div border color is #A58EBA.
.myOpacity80 { color: #A58EBA; opacity: 0.8; }
<p style="color:#A58EBA;opacity:0.8;">80%</p>
Text with #A58EBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58EBA;}
<p style="text-shadow: 3px 3px 1px #A58EBA">Text here.</p>
This text has shadow with #A58EBA color.
.textShadow {text-shadow: 3px 3px 1px #A58EBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58EBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58EBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58EBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58EBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58EBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58EBA;
-webkit-box-shadow: 1px 1px 3px 2px #A58EBA;
box-shadow: 1px 1px 3px 2px #A58EBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58EBA; -webkit-box-shadow: 1px 1px 3px 2px #A58EBA; box-shadow:1px 1px 3px 2px #A58EBA;">
Div content here
</div>
This text has color #A58EBA on black background.
This text has color #A58EBA on white background.
This text has black color on #A58EBA background.
This text has white color on #A58EBA background.
Complementary color for #hex is #5A7145.