HEX: #A596CC
RGB: (165,150,204)
#A596CC contains red, green and blue colors in about the same proportion. Web safe color of #A596CC is #9999CC (or #99C).
#A596CC color RGB value is (165,150,204).
RGB: (165,150,204)
(65%, 59%, 80%)
R 165 of 255 = 65%
G 150 of 255 = 59%
B 204 of 255 = 80%
R + G + B ~ 68%. #A596CC is quite light color.
R + G + B = 165 + 150 + 204 = 519 (100%)
R 165 of 519 ~ 31.79%
G 150 of 519 ~ 28.9%
B 204 of 519 ~ 39.31'%
#A596CC color CMYK value is (19,26,0,20).
CMYK: (19,26,0,20)
C19M26Y0K20 (19%, 26%, 0%, 20%)
(0.19 / 0.26 / 0.00 / 0.20)
Color #A596CC in popluar color models
A5 | 96 | CC | |
---|---|---|---|
RGB | 165 | 150 | 204 |
HSL | 257° | 34.62% | 69.41% |
HSB/HSV | 257° | 26.47% | 80.00% |
CMYK | 19.12% | 26.47% | 0.00% |
20.00% |
Color #A596CC in popluar number systems.
HEX | A5 | 96 | CC |
Decimal | 165 | 150 | 204 |
Binary | 10100101 | 10010110 | 11001100 |
Octal | 245 | 226 | 314 |
Shades of #A596CC
Tints of #A596CC
Examples of css and html codes for elements with #A596CC color. Also use rgb(165,150,204) instead hex code.
.myTextColor { color: #A596CC; }
<p style="color:#A596CC">This sample text font color is #A596CC.</p>
This text font color is #A596CC.
.myBgColor { background-color: #A596CC; }
<div style="background-color:#A596CC">Inner text</div>
This div background color is #A596CC.
.myBorderColor { border: 1px solid #A596CC; }
<div style="border:3px solid #A596CC">Div</div>
This div border color is #A596CC.
.myOpacity80 { color: #A596CC; opacity: 0.8; }
<p style="color:#A596CC;opacity:0.8;">80%</p>
Text with #A596CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A596CC;}
<p style="text-shadow: 3px 3px 1px #A596CC">Text here.</p>
This text has shadow with #A596CC color.
.textShadow {text-shadow: 3px 3px 1px #A596CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A596CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A596CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A596CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A596CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A596CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A596CC;
-webkit-box-shadow: 1px 1px 3px 2px #A596CC;
box-shadow: 1px 1px 3px 2px #A596CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A596CC; -webkit-box-shadow: 1px 1px 3px 2px #A596CC; box-shadow:1px 1px 3px 2px #A596CC;">
Div content here
</div>
This text has color #A596CC on black background.
This text has color #A596CC on white background.
This text has black color on #A596CC background.
This text has white color on #A596CC background.
Complementary color for #hex is #5A6933.