HEX: #A4739D
RGB: (164,115,157)
#A4739D contains red, green and blue colors in about the same proportion. Web safe color of #A4739D is #996699 (or #969).
#A4739D color RGB value is (164,115,157).
RGB: (164,115,157)
(64%, 45%, 62%)
R 164 of 255 = 64%
G 115 of 255 = 45%
B 157 of 255 = 62%
R + G + B ~ 57%. #A4739D is middle color (not dark and not light).
R + G + B = 164 + 115 + 157 = 436 (100%)
R 164 of 436 ~ 37.61%
G 115 of 436 ~ 26.38%
B 157 of 436 ~ 36.01'%
#A4739D color CMYK value is (0,30,4,36).
CMYK: (0,30,4,36)
C0M30Y4K36 (0%, 30%, 4%, 36%)
(0.00 / 0.30 / 0.04 / 0.36)
Color #A4739D in popluar color models
A4 | 73 | 9D | |
---|---|---|---|
RGB | 164 | 115 | 157 |
HSL | 309° | 21.21% | 54.71% |
HSB/HSV | 309° | 29.88% | 64.31% |
CMYK | 0.00% | 29.88% | 4.27% |
35.69% |
Color #A4739D in popluar number systems.
HEX | A4 | 73 | 9D |
Decimal | 164 | 115 | 157 |
Binary | 10100100 | 1110011 | 10011101 |
Octal | 244 | 163 | 235 |
Shades of #A4739D
Tints of #A4739D
Examples of css and html codes for elements with #A4739D color. Also use rgb(164,115,157) instead hex code.
.myTextColor { color: #A4739D; }
<p style="color:#A4739D">This sample text font color is #A4739D.</p>
This text font color is #A4739D.
.myBgColor { background-color: #A4739D; }
<div style="background-color:#A4739D">Inner text</div>
This div background color is #A4739D.
.myBorderColor { border: 1px solid #A4739D; }
<div style="border:3px solid #A4739D">Div</div>
This div border color is #A4739D.
.myOpacity80 { color: #A4739D; opacity: 0.8; }
<p style="color:#A4739D;opacity:0.8;">80%</p>
Text with #A4739D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4739D;}
<p style="text-shadow: 3px 3px 1px #A4739D">Text here.</p>
This text has shadow with #A4739D color.
.textShadow {text-shadow: 3px 3px 1px #A4739D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4739D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4739D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4739D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4739D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4739D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4739D;
-webkit-box-shadow: 1px 1px 3px 2px #A4739D;
box-shadow: 1px 1px 3px 2px #A4739D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4739D; -webkit-box-shadow: 1px 1px 3px 2px #A4739D; box-shadow:1px 1px 3px 2px #A4739D;">
Div content here
</div>
This text has color #A4739D on black background.
This text has color #A4739D on white background.
This text has black color on #A4739D background.
This text has white color on #A4739D background.
Complementary color for #hex is #5B8C62.