HEX: #A595CD
RGB: (165,149,205)
#A595CD contains red, green and blue colors in about the same proportion. Web safe color of #A595CD is #9999CC (or #99C).
#A595CD color RGB value is (165,149,205).
RGB: (165,149,205)
(65%, 58%, 80%)
R 165 of 255 = 65%
G 149 of 255 = 58%
B 205 of 255 = 80%
R + G + B ~ 68%. #A595CD is quite light color.
R + G + B = 165 + 149 + 205 = 519 (100%)
R 165 of 519 ~ 31.79%
G 149 of 519 ~ 28.71%
B 205 of 519 ~ 39.5'%
#A595CD color CMYK value is (20,27,0,20).
CMYK: (20,27,0,20)
C20M27Y0K20 (20%, 27%, 0%, 20%)
(0.20 / 0.27 / 0.00 / 0.20)
Color #A595CD in popluar color models
A5 | 95 | CD | |
---|---|---|---|
RGB | 165 | 149 | 205 |
HSL | 257° | 35.90% | 69.41% |
HSB/HSV | 257° | 27.32% | 80.39% |
CMYK | 19.51% | 27.32% | 0.00% |
19.61% |
Color #A595CD in popluar number systems.
HEX | A5 | 95 | CD |
Decimal | 165 | 149 | 205 |
Binary | 10100101 | 10010101 | 11001101 |
Octal | 245 | 225 | 315 |
Shades of #A595CD
Tints of #A595CD
Examples of css and html codes for elements with #A595CD color. Also use rgb(165,149,205) instead hex code.
.myTextColor { color: #A595CD; }
<p style="color:#A595CD">This sample text font color is #A595CD.</p>
This text font color is #A595CD.
.myBgColor { background-color: #A595CD; }
<div style="background-color:#A595CD">Inner text</div>
This div background color is #A595CD.
.myBorderColor { border: 1px solid #A595CD; }
<div style="border:3px solid #A595CD">Div</div>
This div border color is #A595CD.
.myOpacity80 { color: #A595CD; opacity: 0.8; }
<p style="color:#A595CD;opacity:0.8;">80%</p>
Text with #A595CD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A595CD;}
<p style="text-shadow: 3px 3px 1px #A595CD">Text here.</p>
This text has shadow with #A595CD color.
.textShadow {text-shadow: 3px 3px 1px #A595CD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A595CD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A595CD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A595CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A595CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A595CD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A595CD;
-webkit-box-shadow: 1px 1px 3px 2px #A595CD;
box-shadow: 1px 1px 3px 2px #A595CD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A595CD; -webkit-box-shadow: 1px 1px 3px 2px #A595CD; box-shadow:1px 1px 3px 2px #A595CD;">
Div content here
</div>
This text has color #A595CD on black background.
This text has color #A595CD on white background.
This text has black color on #A595CD background.
This text has white color on #A595CD background.
Complementary color for #hex is #5A6A32.