HEX: #A76FBB
RGB: (167,111,187)
#A76FBB contains mainly red and blue colors. Web safe color of #A76FBB is #9966CC (or #96C).
#A76FBB color RGB value is (167,111,187).
RGB: (167,111,187)
(65%, 44%, 73%)
R 167 of 255 = 65%
G 111 of 255 = 44%
B 187 of 255 = 73%
R + G + B ~ 61%. #A76FBB is quite light color.
R + G + B = 167 + 111 + 187 = 465 (100%)
R 167 of 465 ~ 35.91%
G 111 of 465 ~ 23.87%
B 187 of 465 ~ 40.22'%
#A76FBB color CMYK value is (11,41,0,27).
CMYK: (11,41,0,27) C11M41Y0K27 (11%,41%,0%,27%) (0.11/0.41/0.00/0.27)
Color #A76FBB in popluar color models
A7 | 6F | BB | |
---|---|---|---|
RGB | 167 | 111 | 187 |
HSL | 284° | 35.85% | 58.43% |
HSB/HSV | 284° | 40.64% | 73.33% |
CMYK | 10.70% | 40.64% | 0.00% |
26.67% |
Color #A76FBB in popluar number systems.
HEX | A7 | 6F | BB |
Decimal | 167 | 111 | 187 |
Binary | 10100111 | 1101111 | 10111011 |
Octal | 247 | 157 | 273 |
Shades of #A76FBB
Tints of #A76FBB
Examples of css and html codes for elements with #A76FBB color. Also use rgb(167,111,187) instead hex code.
.myTextColor { color: #A76FBB; }
<p style="color:#A76FBB">This sample text font color is #A76FBB.</p>
This text font color is #A76FBB.
.myBgColor { background-color: #A76FBB; }
<div style="background-color:#A76FBB">Inner text</div>
This div background color is #A76FBB.
.myBorderColor { border: 1px solid #A76FBB; }
<div style="border:3px solid #A76FBB">Div</div>
This div border color is #A76FBB.
.myOpacity80 { color: #A76FBB; opacity: 0.8; }
<p style="color:#A76FBB;opacity:0.8;">80%</p>
Text with #A76FBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A76FBB;}
<p style="text-shadow: 3px 3px 1px #A76FBB">Text here.</p>
This text has shadow with #A76FBB color.
.textShadow {text-shadow: 3px 3px 1px #A76FBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A76FBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A76FBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A76FBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A76FBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A76FBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A76FBB;
-webkit-box-shadow: 1px 1px 3px 2px #A76FBB;
box-shadow: 1px 1px 3px 2px #A76FBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A76FBB; -webkit-box-shadow: 1px 1px 3px 2px #A76FBB; box-shadow:1px 1px 3px 2px #A76FBB;">
Div content here
</div>
This text has color #A76FBB on black background.
This text has color #A76FBB on white background.
This text has black color on #A76FBB background.
This text has white color on #A76FBB background.
Complementary color for #hex is #589044.