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