HEX: #A6649C
RGB: (166,100,156)
#A6649C contains mainly red and blue colors. Web safe color of #A6649C is #996699 (or #969).
#A6649C color RGB value is (166,100,156).
RGB: (166,100,156)
(65%, 39%, 61%)
R 166 of 255 = 65%
G 100 of 255 = 39%
B 156 of 255 = 61%
R + G + B ~ 55%. #A6649C is middle color (not dark and not light).
R + G + B = 166 + 100 + 156 = 422 (100%)
R 166 of 422 ~ 39.34%
G 100 of 422 ~ 23.7%
B 156 of 422 ~ 36.97'%
#A6649C color CMYK value is (0,40,6,35).
CMYK: (0,40,6,35) C0M40Y6K35 (0%,40%,6%,35%) (0.00/0.40/0.06/0.35)
Color #A6649C in popluar color models
A6 | 64 | 9C | |
---|---|---|---|
RGB | 166 | 100 | 156 |
HSL | 309° | 27.05% | 52.16% |
HSB/HSV | 309° | 39.76% | 65.10% |
CMYK | 0.00% | 39.76% | 6.02% |
34.90% |
Color #A6649C in popluar number systems.
HEX | A6 | 64 | 9C |
Decimal | 166 | 100 | 156 |
Binary | 10100110 | 1100100 | 10011100 |
Octal | 246 | 144 | 234 |
Shades of #A6649C
Tints of #A6649C
Examples of css and html codes for elements with #A6649C color. Also use rgb(166,100,156) instead hex code.
.myTextColor { color: #A6649C; }
<p style="color:#A6649C">This sample text font color is #A6649C.</p>
This text font color is #A6649C.
.myBgColor { background-color: #A6649C; }
<div style="background-color:#A6649C">Inner text</div>
This div background color is #A6649C.
.myBorderColor { border: 1px solid #A6649C; }
<div style="border:3px solid #A6649C">Div</div>
This div border color is #A6649C.
.myOpacity80 { color: #A6649C; opacity: 0.8; }
<p style="color:#A6649C;opacity:0.8;">80%</p>
Text with #A6649C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6649C;}
<p style="text-shadow: 3px 3px 1px #A6649C">Text here.</p>
This text has shadow with #A6649C color.
.textShadow {text-shadow: 3px 3px 1px #A6649C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6649C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6649C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6649C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6649C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6649C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6649C;
-webkit-box-shadow: 1px 1px 3px 2px #A6649C;
box-shadow: 1px 1px 3px 2px #A6649C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6649C; -webkit-box-shadow: 1px 1px 3px 2px #A6649C; box-shadow:1px 1px 3px 2px #A6649C;">
Div content here
</div>
This text has color #A6649C on black background.
This text has color #A6649C on white background.
This text has black color on #A6649C background.
This text has white color on #A6649C background.
Complementary color for #hex is #599B63.