HEX: #AB649D
RGB: (171,100,157)
#AB649D contains mainly red and blue colors. Web safe color of #AB649D is #996699 (or #969).
#AB649D color RGB value is (171,100,157).
RGB: (171,100,157)
(67%, 39%, 62%)
R 171 of 255 = 67%
G 100 of 255 = 39%
B 157 of 255 = 62%
R + G + B ~ 56%. #AB649D is middle color (not dark and not light).
R + G + B = 171 + 100 + 157 = 428 (100%)
R 171 of 428 ~ 39.95%
G 100 of 428 ~ 23.36%
B 157 of 428 ~ 36.68'%
#AB649D color CMYK value is (0,42,8,33).
CMYK: (0,42,8,33) C0M42Y8K33 (0%,42%,8%,33%) (0.00/0.42/0.08/0.33)
Color #AB649D in popluar color models
AB | 64 | 9D | |
---|---|---|---|
RGB | 171 | 100 | 157 |
HSL | 312° | 29.71% | 53.14% |
HSB/HSV | 312° | 41.52% | 67.06% |
CMYK | 0.00% | 41.52% | 8.19% |
32.94% |
Color #AB649D in popluar number systems.
HEX | AB | 64 | 9D |
Decimal | 171 | 100 | 157 |
Binary | 10101011 | 1100100 | 10011101 |
Octal | 253 | 144 | 235 |
Shades of #AB649D
Tints of #AB649D
Examples of css and html codes for elements with #AB649D color. Also use rgb(171,100,157) instead hex code.
.myTextColor { color: #AB649D; }
<p style="color:#AB649D">This sample text font color is #AB649D.</p>
This text font color is #AB649D.
.myBgColor { background-color: #AB649D; }
<div style="background-color:#AB649D">Inner text</div>
This div background color is #AB649D.
.myBorderColor { border: 1px solid #AB649D; }
<div style="border:3px solid #AB649D">Div</div>
This div border color is #AB649D.
.myOpacity80 { color: #AB649D; opacity: 0.8; }
<p style="color:#AB649D;opacity:0.8;">80%</p>
Text with #AB649D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB649D;}
<p style="text-shadow: 3px 3px 1px #AB649D">Text here.</p>
This text has shadow with #AB649D color.
.textShadow {text-shadow: 3px 3px 1px #AB649D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB649D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB649D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB649D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB649D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB649D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB649D;
-webkit-box-shadow: 1px 1px 3px 2px #AB649D;
box-shadow: 1px 1px 3px 2px #AB649D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB649D; -webkit-box-shadow: 1px 1px 3px 2px #AB649D; box-shadow:1px 1px 3px 2px #AB649D;">
Div content here
</div>
This text has color #AB649D on black background.
This text has color #AB649D on white background.
This text has black color on #AB649D background.
This text has white color on #AB649D background.
Complementary color for #hex is #549B62.