HEX: #A596DD
RGB: (165,150,221)
#A596DD contains mainly red and blue colors. Web safe color of #A596DD is #9999CC (or #99C).
#A596DD color RGB value is (165,150,221).
RGB: (165,150,221)
(65%, 59%, 87%)
R 165 of 255 = 65%
G 150 of 255 = 59%
B 221 of 255 = 87%
R + G + B ~ 70%. #A596DD is quite light color.
R + G + B = 165 + 150 + 221 = 536 (100%)
R 165 of 536 ~ 30.78%
G 150 of 536 ~ 27.99%
B 221 of 536 ~ 41.23'%
#A596DD color CMYK value is (25,32,0,13).
CMYK: (25,32,0,13)
C25M32Y0K13 (25%, 32%, 0%, 13%)
(0.25 / 0.32 / 0.00 / 0.13)
Color #A596DD in popluar color models
A5 | 96 | DD | |
---|---|---|---|
RGB | 165 | 150 | 221 |
HSL | 253° | 51.08% | 72.75% |
HSB/HSV | 253° | 32.13% | 86.67% |
CMYK | 25.34% | 32.13% | 0.00% |
13.33% |
Color #A596DD in popluar number systems.
HEX | A5 | 96 | DD |
Decimal | 165 | 150 | 221 |
Binary | 10100101 | 10010110 | 11011101 |
Octal | 245 | 226 | 335 |
Shades of #A596DD
Tints of #A596DD
Examples of css and html codes for elements with #A596DD color. Also use rgb(165,150,221) instead hex code.
.myTextColor { color: #A596DD; }
<p style="color:#A596DD">This sample text font color is #A596DD.</p>
This text font color is #A596DD.
.myBgColor { background-color: #A596DD; }
<div style="background-color:#A596DD">Inner text</div>
This div background color is #A596DD.
.myBorderColor { border: 1px solid #A596DD; }
<div style="border:3px solid #A596DD">Div</div>
This div border color is #A596DD.
.myOpacity80 { color: #A596DD; opacity: 0.8; }
<p style="color:#A596DD;opacity:0.8;">80%</p>
Text with #A596DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A596DD;}
<p style="text-shadow: 3px 3px 1px #A596DD">Text here.</p>
This text has shadow with #A596DD color.
.textShadow {text-shadow: 3px 3px 1px #A596DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A596DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A596DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A596DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A596DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A596DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A596DD;
-webkit-box-shadow: 1px 1px 3px 2px #A596DD;
box-shadow: 1px 1px 3px 2px #A596DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A596DD; -webkit-box-shadow: 1px 1px 3px 2px #A596DD; box-shadow:1px 1px 3px 2px #A596DD;">
Div content here
</div>
This text has color #A596DD on black background.
This text has color #A596DD on white background.
This text has black color on #A596DD background.
This text has white color on #A596DD background.
Complementary color for #hex is #5A6922.