HEX: #A58ACD
RGB: (165,138,205)
#A58ACD contains mainly red and blue colors. Web safe color of #A58ACD is #9999CC (or #99C).
#A58ACD color RGB value is (165,138,205).
RGB: (165,138,205)
(65%, 54%, 80%)
R 165 of 255 = 65%
G 138 of 255 = 54%
B 205 of 255 = 80%
R + G + B ~ 66%. #A58ACD is quite light color.
R + G + B = 165 + 138 + 205 = 508 (100%)
R 165 of 508 ~ 32.48%
G 138 of 508 ~ 27.17%
B 205 of 508 ~ 40.35'%
#A58ACD color CMYK value is (20,33,0,20).
CMYK: (20,33,0,20)
C20M33Y0K20 (20%, 33%, 0%, 20%)
(0.20 / 0.33 / 0.00 / 0.20)
Color #A58ACD in popluar color models
A5 | 8A | CD | |
---|---|---|---|
RGB | 165 | 138 | 205 |
HSL | 264° | 40.12% | 67.25% |
HSB/HSV | 264° | 32.68% | 80.39% |
CMYK | 19.51% | 32.68% | 0.00% |
19.61% |
Color #A58ACD in popluar number systems.
HEX | A5 | 8A | CD |
Decimal | 165 | 138 | 205 |
Binary | 10100101 | 10001010 | 11001101 |
Octal | 245 | 212 | 315 |
Shades of #A58ACD
Tints of #A58ACD
Examples of css and html codes for elements with #A58ACD color. Also use rgb(165,138,205) instead hex code.
.myTextColor { color: #A58ACD; }
<p style="color:#A58ACD">This sample text font color is #A58ACD.</p>
This text font color is #A58ACD.
.myBgColor { background-color: #A58ACD; }
<div style="background-color:#A58ACD">Inner text</div>
This div background color is #A58ACD.
.myBorderColor { border: 1px solid #A58ACD; }
<div style="border:3px solid #A58ACD">Div</div>
This div border color is #A58ACD.
.myOpacity80 { color: #A58ACD; opacity: 0.8; }
<p style="color:#A58ACD;opacity:0.8;">80%</p>
Text with #A58ACD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58ACD;}
<p style="text-shadow: 3px 3px 1px #A58ACD">Text here.</p>
This text has shadow with #A58ACD color.
.textShadow {text-shadow: 3px 3px 1px #A58ACD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58ACD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58ACD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58ACD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58ACD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58ACD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58ACD;
-webkit-box-shadow: 1px 1px 3px 2px #A58ACD;
box-shadow: 1px 1px 3px 2px #A58ACD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58ACD; -webkit-box-shadow: 1px 1px 3px 2px #A58ACD; box-shadow:1px 1px 3px 2px #A58ACD;">
Div content here
</div>
This text has color #A58ACD on black background.
This text has color #A58ACD on white background.
This text has black color on #A58ACD background.
This text has white color on #A58ACD background.
Complementary color for #hex is #5A7532.