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