HEX: #A37BAD
RGB: (163,123,173)
#A37BAD contains red, green and blue colors in about the same proportion. Web safe color of #A37BAD is #996699 (or #969).
#A37BAD color RGB value is (163,123,173).
RGB: (163,123,173)
(64%, 48%, 68%)
R 163 of 255 = 64%
G 123 of 255 = 48%
B 173 of 255 = 68%
R + G + B ~ 60%. #A37BAD is middle color (not dark and not light).
R + G + B = 163 + 123 + 173 = 459 (100%)
R 163 of 459 ~ 35.51%
G 123 of 459 ~ 26.8%
B 173 of 459 ~ 37.69'%
#A37BAD color CMYK value is (6,29,0,32).
CMYK: (6,29,0,32)
C6M29Y0K32 (6%, 29%, 0%, 32%)
(0.06 / 0.29 / 0.00 / 0.32)
Color #A37BAD in popluar color models
A3 | 7B | AD | |
---|---|---|---|
RGB | 163 | 123 | 173 |
HSL | 288° | 23.36% | 58.04% |
HSB/HSV | 288° | 28.90% | 67.84% |
CMYK | 5.78% | 28.90% | 0.00% |
32.16% |
Color #A37BAD in popluar number systems.
HEX | A3 | 7B | AD |
Decimal | 163 | 123 | 173 |
Binary | 10100011 | 1111011 | 10101101 |
Octal | 243 | 173 | 255 |
Shades of #A37BAD
Tints of #A37BAD
Examples of css and html codes for elements with #A37BAD color. Also use rgb(163,123,173) instead hex code.
.myTextColor { color: #A37BAD; }
<p style="color:#A37BAD">This sample text font color is #A37BAD.</p>
This text font color is #A37BAD.
.myBgColor { background-color: #A37BAD; }
<div style="background-color:#A37BAD">Inner text</div>
This div background color is #A37BAD.
.myBorderColor { border: 1px solid #A37BAD; }
<div style="border:3px solid #A37BAD">Div</div>
This div border color is #A37BAD.
.myOpacity80 { color: #A37BAD; opacity: 0.8; }
<p style="color:#A37BAD;opacity:0.8;">80%</p>
Text with #A37BAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37BAD;}
<p style="text-shadow: 3px 3px 1px #A37BAD">Text here.</p>
This text has shadow with #A37BAD color.
.textShadow {text-shadow: 3px 3px 1px #A37BAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37BAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A37BAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37BAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A37BAD;
-webkit-box-shadow: 1px 1px 3px 2px #A37BAD;
box-shadow: 1px 1px 3px 2px #A37BAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A37BAD; -webkit-box-shadow: 1px 1px 3px 2px #A37BAD; box-shadow:1px 1px 3px 2px #A37BAD;">
Div content here
</div>
This text has color #A37BAD on black background.
This text has color #A37BAD on white background.
This text has black color on #A37BAD background.
This text has white color on #A37BAD background.
Complementary color for #hex is #5C8452.