HEX: #A77EAD
RGB: (167,126,173)
#A77EAD contains red, green and blue colors in about the same proportion. Web safe color of #A77EAD is #996699 (or #969).
#A77EAD color RGB value is (167,126,173).
RGB: (167,126,173)
(65%, 49%, 68%)
R 167 of 255 = 65%
G 126 of 255 = 49%
B 173 of 255 = 68%
R + G + B ~ 61%. #A77EAD is quite light color.
R + G + B = 167 + 126 + 173 = 466 (100%)
R 167 of 466 ~ 35.84%
G 126 of 466 ~ 27.04%
B 173 of 466 ~ 37.12'%
#A77EAD color CMYK value is (3,27,0,32).
CMYK: (3,27,0,32) C3M27Y0K32 (3%,27%,0%,32%) (0.03/0.27/0.00/0.32)
Color #A77EAD in popluar color models
A7 | 7E | AD | |
---|---|---|---|
RGB | 167 | 126 | 173 |
HSL | 292° | 22.27% | 58.63% |
HSB/HSV | 292° | 27.17% | 67.84% |
CMYK | 3.47% | 27.17% | 0.00% |
32.16% |
Color #A77EAD in popluar number systems.
HEX | A7 | 7E | AD |
Decimal | 167 | 126 | 173 |
Binary | 10100111 | 1111110 | 10101101 |
Octal | 247 | 176 | 255 |
Shades of #A77EAD
Tints of #A77EAD
Examples of css and html codes for elements with #A77EAD color. Also use rgb(167,126,173) instead hex code.
.myTextColor { color: #A77EAD; }
<p style="color:#A77EAD">This sample text font color is #A77EAD.</p>
This text font color is #A77EAD.
.myBgColor { background-color: #A77EAD; }
<div style="background-color:#A77EAD">Inner text</div>
This div background color is #A77EAD.
.myBorderColor { border: 1px solid #A77EAD; }
<div style="border:3px solid #A77EAD">Div</div>
This div border color is #A77EAD.
.myOpacity80 { color: #A77EAD; opacity: 0.8; }
<p style="color:#A77EAD;opacity:0.8;">80%</p>
Text with #A77EAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A77EAD;}
<p style="text-shadow: 3px 3px 1px #A77EAD">Text here.</p>
This text has shadow with #A77EAD color.
.textShadow {text-shadow: 3px 3px 1px #A77EAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A77EAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A77EAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A77EAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A77EAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A77EAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A77EAD;
-webkit-box-shadow: 1px 1px 3px 2px #A77EAD;
box-shadow: 1px 1px 3px 2px #A77EAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A77EAD; -webkit-box-shadow: 1px 1px 3px 2px #A77EAD; box-shadow:1px 1px 3px 2px #A77EAD;">
Div content here
</div>
This text has color #A77EAD on black background.
This text has color #A77EAD on white background.
This text has black color on #A77EAD background.
This text has white color on #A77EAD background.
Complementary color for #hex is #588152.