HEX: #A59CB4
RGB: (165,156,180)
#A59CB4 contains red, green and blue colors in about the same proportion. Web safe color of #A59CB4 is #9999CC (or #99C).
#A59CB4 color RGB value is (165,156,180).
RGB: (165,156,180)
(65%, 61%, 71%)
R 165 of 255 = 65%
G 156 of 255 = 61%
B 180 of 255 = 71%
R + G + B ~ 66%. #A59CB4 is quite light color.
R + G + B = 165 + 156 + 180 = 501 (100%)
R 165 of 501 ~ 32.93%
G 156 of 501 ~ 31.14%
B 180 of 501 ~ 35.93'%
#A59CB4 color CMYK value is (8,13,0,29).
CMYK: (8,13,0,29)
C8M13Y0K29 (8%, 13%, 0%, 29%)
(0.08 / 0.13 / 0.00 / 0.29)
Color #A59CB4 in popluar color models
A5 | 9C | B4 | |
---|---|---|---|
RGB | 165 | 156 | 180 |
HSL | 263° | 13.79% | 65.88% |
HSB/HSV | 263° | 13.33% | 70.59% |
CMYK | 8.33% | 13.33% | 0.00% |
29.41% |
Color #A59CB4 in popluar number systems.
HEX | A5 | 9C | B4 |
Decimal | 165 | 156 | 180 |
Binary | 10100101 | 10011100 | 10110100 |
Octal | 245 | 234 | 264 |
Shades of #A59CB4
Tints of #A59CB4
Examples of css and html codes for elements with #A59CB4 color. Also use rgb(165,156,180) instead hex code.
.myTextColor { color: #A59CB4; }
<p style="color:#A59CB4">This sample text font color is #A59CB4.</p>
This text font color is #A59CB4.
.myBgColor { background-color: #A59CB4; }
<div style="background-color:#A59CB4">Inner text</div>
This div background color is #A59CB4.
.myBorderColor { border: 1px solid #A59CB4; }
<div style="border:3px solid #A59CB4">Div</div>
This div border color is #A59CB4.
.myOpacity80 { color: #A59CB4; opacity: 0.8; }
<p style="color:#A59CB4;opacity:0.8;">80%</p>
Text with #A59CB4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A59CB4;}
<p style="text-shadow: 3px 3px 1px #A59CB4">Text here.</p>
This text has shadow with #A59CB4 color.
.textShadow {text-shadow: 3px 3px 1px #A59CB4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A59CB4, 5px 5px 20px red">Text here.</p>
This text has shadow with #A59CB4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59CB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A59CB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #A59CB4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59CB4;
-webkit-box-shadow: 1px 1px 3px 2px #A59CB4;
box-shadow: 1px 1px 3px 2px #A59CB4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59CB4; -webkit-box-shadow: 1px 1px 3px 2px #A59CB4; box-shadow:1px 1px 3px 2px #A59CB4;">
Div content here
</div>
This text has color #A59CB4 on black background.
This text has color #A59CB4 on white background.
This text has black color on #A59CB4 background.
This text has white color on #A59CB4 background.
Complementary color for #hex is #5A634B.