HEX: #A58DBD
RGB: (165,141,189)
#A58DBD contains red, green and blue colors in about the same proportion. Web safe color of #A58DBD is #9999CC (or #99C).
#A58DBD color RGB value is (165,141,189).
RGB: (165,141,189)
(65%, 55%, 74%)
R 165 of 255 = 65%
G 141 of 255 = 55%
B 189 of 255 = 74%
R + G + B ~ 65%. #A58DBD is quite light color.
R + G + B = 165 + 141 + 189 = 495 (100%)
R 165 of 495 ~ 33.33%
G 141 of 495 ~ 28.48%
B 189 of 495 ~ 38.18'%
#A58DBD color CMYK value is (13,25,0,26).
CMYK: (13,25,0,26)
C13M25Y0K26 (13%, 25%, 0%, 26%)
(0.13 / 0.25 / 0.00 / 0.26)
Color #A58DBD in popluar color models
A5 | 8D | BD | |
---|---|---|---|
RGB | 165 | 141 | 189 |
HSL | 270° | 26.67% | 64.71% |
HSB/HSV | 270° | 25.40% | 74.12% |
CMYK | 12.70% | 25.40% | 0.00% |
25.88% |
Color #A58DBD in popluar number systems.
HEX | A5 | 8D | BD |
Decimal | 165 | 141 | 189 |
Binary | 10100101 | 10001101 | 10111101 |
Octal | 245 | 215 | 275 |
Shades of #A58DBD
Tints of #A58DBD
Examples of css and html codes for elements with #A58DBD color. Also use rgb(165,141,189) instead hex code.
.myTextColor { color: #A58DBD; }
<p style="color:#A58DBD">This sample text font color is #A58DBD.</p>
This text font color is #A58DBD.
.myBgColor { background-color: #A58DBD; }
<div style="background-color:#A58DBD">Inner text</div>
This div background color is #A58DBD.
.myBorderColor { border: 1px solid #A58DBD; }
<div style="border:3px solid #A58DBD">Div</div>
This div border color is #A58DBD.
.myOpacity80 { color: #A58DBD; opacity: 0.8; }
<p style="color:#A58DBD;opacity:0.8;">80%</p>
Text with #A58DBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58DBD;}
<p style="text-shadow: 3px 3px 1px #A58DBD">Text here.</p>
This text has shadow with #A58DBD color.
.textShadow {text-shadow: 3px 3px 1px #A58DBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58DBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58DBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58DBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58DBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58DBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58DBD;
-webkit-box-shadow: 1px 1px 3px 2px #A58DBD;
box-shadow: 1px 1px 3px 2px #A58DBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58DBD; -webkit-box-shadow: 1px 1px 3px 2px #A58DBD; box-shadow:1px 1px 3px 2px #A58DBD;">
Div content here
</div>
This text has color #A58DBD on black background.
This text has color #A58DBD on white background.
This text has black color on #A58DBD background.
This text has white color on #A58DBD background.
Complementary color for #hex is #5A7242.