HEX: #A76ABD
RGB: (167,106,189)
#A76ABD contains mainly red and blue colors. Web safe color of #A76ABD is #9966CC (or #96C).
#A76ABD color RGB value is (167,106,189).
RGB: (167,106,189)
(65%, 42%, 74%)
R 167 of 255 = 65%
G 106 of 255 = 42%
B 189 of 255 = 74%
R + G + B ~ 60%. #A76ABD is middle color (not dark and not light).
R + G + B = 167 + 106 + 189 = 462 (100%)
R 167 of 462 ~ 36.15%
G 106 of 462 ~ 22.94%
B 189 of 462 ~ 40.91'%
#A76ABD color CMYK value is (12,44,0,26).
CMYK: (12,44,0,26) C12M44Y0K26 (12%,44%,0%,26%) (0.12/0.44/0.00/0.26)
Color #A76ABD in popluar color models
A7 | 6A | BD | |
---|---|---|---|
RGB | 167 | 106 | 189 |
HSL | 284° | 38.60% | 57.84% |
HSB/HSV | 284° | 43.92% | 74.12% |
CMYK | 11.64% | 43.92% | 0.00% |
25.88% |
Color #A76ABD in popluar number systems.
HEX | A7 | 6A | BD |
Decimal | 167 | 106 | 189 |
Binary | 10100111 | 1101010 | 10111101 |
Octal | 247 | 152 | 275 |
Shades of #A76ABD
Tints of #A76ABD
Examples of css and html codes for elements with #A76ABD color. Also use rgb(167,106,189) instead hex code.
.myTextColor { color: #A76ABD; }
<p style="color:#A76ABD">This sample text font color is #A76ABD.</p>
This text font color is #A76ABD.
.myBgColor { background-color: #A76ABD; }
<div style="background-color:#A76ABD">Inner text</div>
This div background color is #A76ABD.
.myBorderColor { border: 1px solid #A76ABD; }
<div style="border:3px solid #A76ABD">Div</div>
This div border color is #A76ABD.
.myOpacity80 { color: #A76ABD; opacity: 0.8; }
<p style="color:#A76ABD;opacity:0.8;">80%</p>
Text with #A76ABD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A76ABD;}
<p style="text-shadow: 3px 3px 1px #A76ABD">Text here.</p>
This text has shadow with #A76ABD color.
.textShadow {text-shadow: 3px 3px 1px #A76ABD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A76ABD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A76ABD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A76ABD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A76ABD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A76ABD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A76ABD;
-webkit-box-shadow: 1px 1px 3px 2px #A76ABD;
box-shadow: 1px 1px 3px 2px #A76ABD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A76ABD; -webkit-box-shadow: 1px 1px 3px 2px #A76ABD; box-shadow:1px 1px 3px 2px #A76ABD;">
Div content here
</div>
This text has color #A76ABD on black background.
This text has color #A76ABD on white background.
This text has black color on #A76ABD background.
This text has white color on #A76ABD background.
Complementary color for #hex is #589542.