HEX: #A593AD
RGB: (165,147,173)
#A593AD contains red, green and blue colors in about the same proportion. Web safe color of #A593AD is #999999 (or #999).
#A593AD color RGB value is (165,147,173).
RGB: (165,147,173)
(65%, 58%, 68%)
R 165 of 255 = 65%
G 147 of 255 = 58%
B 173 of 255 = 68%
R + G + B ~ 64%. #A593AD is quite light color.
R + G + B = 165 + 147 + 173 = 485 (100%)
R 165 of 485 ~ 34.02%
G 147 of 485 ~ 30.31%
B 173 of 485 ~ 35.67'%
#A593AD color CMYK value is (5,15,0,32).
CMYK: (5,15,0,32)
C5M15Y0K32 (5%, 15%, 0%, 32%)
(0.05 / 0.15 / 0.00 / 0.32)
Color #A593AD in popluar color models
A5 | 93 | AD | |
---|---|---|---|
RGB | 165 | 147 | 173 |
HSL | 282° | 13.68% | 62.75% |
HSB/HSV | 282° | 15.03% | 67.84% |
CMYK | 4.62% | 15.03% | 0.00% |
32.16% |
Color #A593AD in popluar number systems.
HEX | A5 | 93 | AD |
Decimal | 165 | 147 | 173 |
Binary | 10100101 | 10010011 | 10101101 |
Octal | 245 | 223 | 255 |
Shades of #A593AD
Tints of #A593AD
Examples of css and html codes for elements with #A593AD color. Also use rgb(165,147,173) instead hex code.
.myTextColor { color: #A593AD; }
<p style="color:#A593AD">This sample text font color is #A593AD.</p>
This text font color is #A593AD.
.myBgColor { background-color: #A593AD; }
<div style="background-color:#A593AD">Inner text</div>
This div background color is #A593AD.
.myBorderColor { border: 1px solid #A593AD; }
<div style="border:3px solid #A593AD">Div</div>
This div border color is #A593AD.
.myOpacity80 { color: #A593AD; opacity: 0.8; }
<p style="color:#A593AD;opacity:0.8;">80%</p>
Text with #A593AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A593AD;}
<p style="text-shadow: 3px 3px 1px #A593AD">Text here.</p>
This text has shadow with #A593AD color.
.textShadow {text-shadow: 3px 3px 1px #A593AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A593AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A593AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A593AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A593AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A593AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A593AD;
-webkit-box-shadow: 1px 1px 3px 2px #A593AD;
box-shadow: 1px 1px 3px 2px #A593AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A593AD; -webkit-box-shadow: 1px 1px 3px 2px #A593AD; box-shadow:1px 1px 3px 2px #A593AD;">
Div content here
</div>
This text has color #A593AD on black background.
This text has color #A593AD on white background.
This text has black color on #A593AD background.
This text has white color on #A593AD background.
Complementary color for #hex is #5A6C52.