HEX: #A676BD
RGB: (166,118,189)
#A676BD contains mainly red and blue colors. Web safe color of #A676BD is #9966CC (or #96C).
#A676BD color RGB value is (166,118,189).
RGB: (166,118,189)
(65%, 46%, 74%)
R 166 of 255 = 65%
G 118 of 255 = 46%
B 189 of 255 = 74%
R + G + B ~ 62%. #A676BD is quite light color.
R + G + B = 166 + 118 + 189 = 473 (100%)
R 166 of 473 ~ 35.1%
G 118 of 473 ~ 24.95%
B 189 of 473 ~ 39.96'%
#A676BD color CMYK value is (12,38,0,26).
CMYK: (12,38,0,26) C12M38Y0K26 (12%,38%,0%,26%) (0.12/0.38/0.00/0.26)
Color #A676BD in popluar color models
A6 | 76 | BD | |
---|---|---|---|
RGB | 166 | 118 | 189 |
HSL | 281° | 34.98% | 60.20% |
HSB/HSV | 281° | 37.57% | 74.12% |
CMYK | 12.17% | 37.57% | 0.00% |
25.88% |
Color #A676BD in popluar number systems.
HEX | A6 | 76 | BD |
Decimal | 166 | 118 | 189 |
Binary | 10100110 | 1110110 | 10111101 |
Octal | 246 | 166 | 275 |
Shades of #A676BD
Tints of #A676BD
Examples of css and html codes for elements with #A676BD color. Also use rgb(166,118,189) instead hex code.
.myTextColor { color: #A676BD; }
<p style="color:#A676BD">This sample text font color is #A676BD.</p>
This text font color is #A676BD.
.myBgColor { background-color: #A676BD; }
<div style="background-color:#A676BD">Inner text</div>
This div background color is #A676BD.
.myBorderColor { border: 1px solid #A676BD; }
<div style="border:3px solid #A676BD">Div</div>
This div border color is #A676BD.
.myOpacity80 { color: #A676BD; opacity: 0.8; }
<p style="color:#A676BD;opacity:0.8;">80%</p>
Text with #A676BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A676BD;}
<p style="text-shadow: 3px 3px 1px #A676BD">Text here.</p>
This text has shadow with #A676BD color.
.textShadow {text-shadow: 3px 3px 1px #A676BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A676BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #A676BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A676BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A676BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #A676BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A676BD;
-webkit-box-shadow: 1px 1px 3px 2px #A676BD;
box-shadow: 1px 1px 3px 2px #A676BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A676BD; -webkit-box-shadow: 1px 1px 3px 2px #A676BD; box-shadow:1px 1px 3px 2px #A676BD;">
Div content here
</div>
This text has color #A676BD on black background.
This text has color #A676BD on white background.
This text has black color on #A676BD background.
This text has white color on #A676BD background.
Complementary color for #hex is #598942.