HEX: #AB627C
RGB: (171,98,124)
#AB627C contains mainly red and blue colors. Web safe color of #AB627C is #996666 (or #966).
#AB627C color RGB value is (171,98,124).
RGB: (171,98,124)
(67%, 38%, 49%)
R 171 of 255 = 67%
G 98 of 255 = 38%
B 124 of 255 = 49%
R + G + B ~ 51%. #AB627C is middle color (not dark and not light).
R + G + B = 171 + 98 + 124 = 393 (100%)
R 171 of 393 ~ 43.51%
G 98 of 393 ~ 24.94%
B 124 of 393 ~ 31.55'%
#AB627C color CMYK value is (0,43,27,33).
CMYK: (0,43,27,33)
C0M43Y27K33 (0%, 43%, 27%, 33%)
(0.00 / 0.43 / 0.27 / 0.33)
Color #AB627C in popluar color models
AB | 62 | 7C | |
---|---|---|---|
RGB | 171 | 98 | 124 |
HSL | 339° | 30.29% | 52.75% |
HSB/HSV | 339° | 42.69% | 67.06% |
CMYK | 0.00% | 42.69% | 27.49% |
32.94% |
Color #AB627C in popluar number systems.
HEX | AB | 62 | 7C |
Decimal | 171 | 98 | 124 |
Binary | 10101011 | 1100010 | 1111100 |
Octal | 253 | 142 | 174 |
Shades of #AB627C
Tints of #AB627C
Examples of css and html codes for elements with #AB627C color. Also use rgb(171,98,124) instead hex code.
.myTextColor { color: #AB627C; }
<p style="color:#AB627C">This sample text font color is #AB627C.</p>
This text font color is #AB627C.
.myBgColor { background-color: #AB627C; }
<div style="background-color:#AB627C">Inner text</div>
This div background color is #AB627C.
.myBorderColor { border: 1px solid #AB627C; }
<div style="border:3px solid #AB627C">Div</div>
This div border color is #AB627C.
.myOpacity80 { color: #AB627C; opacity: 0.8; }
<p style="color:#AB627C;opacity:0.8;">80%</p>
Text with #AB627C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB627C;}
<p style="text-shadow: 3px 3px 1px #AB627C">Text here.</p>
This text has shadow with #AB627C color.
.textShadow {text-shadow: 3px 3px 1px #AB627C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB627C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB627C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB627C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB627C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB627C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB627C;
-webkit-box-shadow: 1px 1px 3px 2px #AB627C;
box-shadow: 1px 1px 3px 2px #AB627C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB627C; -webkit-box-shadow: 1px 1px 3px 2px #AB627C; box-shadow:1px 1px 3px 2px #AB627C;">
Div content here
</div>
This text has color #AB627C on black background.
This text has color #AB627C on white background.
This text has black color on #AB627C background.
This text has white color on #AB627C background.
Complementary color for #hex is #549D83.