HEX: #AB637F
RGB: (171,99,127)
#AB637F contains mainly red and blue colors. Web safe color of #AB637F is #996666 (or #966).
#AB637F color RGB value is (171,99,127).
RGB: (171,99,127)
(67%, 39%, 50%)
R 171 of 255 = 67%
G 99 of 255 = 39%
B 127 of 255 = 50%
R + G + B ~ 52%. #AB637F is middle color (not dark and not light).
R + G + B = 171 + 99 + 127 = 397 (100%)
R 171 of 397 ~ 43.07%
G 99 of 397 ~ 24.94%
B 127 of 397 ~ 31.99'%
#AB637F color CMYK value is (0,42,26,33).
CMYK: (0,42,26,33)
C0M42Y26K33 (0%, 42%, 26%, 33%)
(0.00 / 0.42 / 0.26 / 0.33)
Color #AB637F in popluar color models
AB | 63 | 7F | |
---|---|---|---|
RGB | 171 | 99 | 127 |
HSL | 337° | 30.00% | 52.94% |
HSB/HSV | 337° | 42.11% | 67.06% |
CMYK | 0.00% | 42.11% | 25.73% |
32.94% |
Color #AB637F in popluar number systems.
HEX | AB | 63 | 7F |
Decimal | 171 | 99 | 127 |
Binary | 10101011 | 1100011 | 1111111 |
Octal | 253 | 143 | 177 |
Shades of #AB637F
Tints of #AB637F
Examples of css and html codes for elements with #AB637F color. Also use rgb(171,99,127) instead hex code.
.myTextColor { color: #AB637F; }
<p style="color:#AB637F">This sample text font color is #AB637F.</p>
This text font color is #AB637F.
.myBgColor { background-color: #AB637F; }
<div style="background-color:#AB637F">Inner text</div>
This div background color is #AB637F.
.myBorderColor { border: 1px solid #AB637F; }
<div style="border:3px solid #AB637F">Div</div>
This div border color is #AB637F.
.myOpacity80 { color: #AB637F; opacity: 0.8; }
<p style="color:#AB637F;opacity:0.8;">80%</p>
Text with #AB637F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB637F;}
<p style="text-shadow: 3px 3px 1px #AB637F">Text here.</p>
This text has shadow with #AB637F color.
.textShadow {text-shadow: 3px 3px 1px #AB637F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB637F, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB637F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB637F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB637F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB637F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB637F;
-webkit-box-shadow: 1px 1px 3px 2px #AB637F;
box-shadow: 1px 1px 3px 2px #AB637F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB637F; -webkit-box-shadow: 1px 1px 3px 2px #AB637F; box-shadow:1px 1px 3px 2px #AB637F;">
Div content here
</div>
This text has color #AB637F on black background.
This text has color #AB637F on white background.
This text has black color on #AB637F background.
This text has white color on #AB637F background.
Complementary color for #hex is #549C80.