HEX: #A57DBA
RGB: (165,125,186)
#A57DBA contains mainly red and blue colors. Web safe color of #A57DBA is #9966CC (or #96C).
#A57DBA color RGB value is (165,125,186).
RGB: (165,125,186)
(65%, 49%, 73%)
R 165 of 255 = 65%
G 125 of 255 = 49%
B 186 of 255 = 73%
R + G + B ~ 62%. #A57DBA is quite light color.
R + G + B = 165 + 125 + 186 = 476 (100%)
R 165 of 476 ~ 34.66%
G 125 of 476 ~ 26.26%
B 186 of 476 ~ 39.08'%
#A57DBA color CMYK value is (11,33,0,27).
CMYK: (11,33,0,27) C11M33Y0K27 (11%,33%,0%,27%) (0.11/0.33/0.00/0.27)
Color #A57DBA in popluar color models
A5 | 7D | BA | |
---|---|---|---|
RGB | 165 | 125 | 186 |
HSL | 279° | 30.65% | 60.98% |
HSB/HSV | 279° | 32.80% | 72.94% |
CMYK | 11.29% | 32.80% | 0.00% |
27.06% |
Color #A57DBA in popluar number systems.
HEX | A5 | 7D | BA |
Decimal | 165 | 125 | 186 |
Binary | 10100101 | 1111101 | 10111010 |
Octal | 245 | 175 | 272 |
Shades of #A57DBA
Tints of #A57DBA
Examples of css and html codes for elements with #A57DBA color. Also use rgb(165,125,186) instead hex code.
.myTextColor { color: #A57DBA; }
<p style="color:#A57DBA">This sample text font color is #A57DBA.</p>
This text font color is #A57DBA.
.myBgColor { background-color: #A57DBA; }
<div style="background-color:#A57DBA">Inner text</div>
This div background color is #A57DBA.
.myBorderColor { border: 1px solid #A57DBA; }
<div style="border:3px solid #A57DBA">Div</div>
This div border color is #A57DBA.
.myOpacity80 { color: #A57DBA; opacity: 0.8; }
<p style="color:#A57DBA;opacity:0.8;">80%</p>
Text with #A57DBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A57DBA;}
<p style="text-shadow: 3px 3px 1px #A57DBA">Text here.</p>
This text has shadow with #A57DBA color.
.textShadow {text-shadow: 3px 3px 1px #A57DBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A57DBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A57DBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A57DBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A57DBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A57DBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A57DBA;
-webkit-box-shadow: 1px 1px 3px 2px #A57DBA;
box-shadow: 1px 1px 3px 2px #A57DBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A57DBA; -webkit-box-shadow: 1px 1px 3px 2px #A57DBA; box-shadow:1px 1px 3px 2px #A57DBA;">
Div content here
</div>
This text has color #A57DBA on black background.
This text has color #A57DBA on white background.
This text has black color on #A57DBA background.
This text has white color on #A57DBA background.
Complementary color for #hex is #5A8245.