HEX: #AB5C8B
RGB: (171,92,139)
#AB5C8B contains mainly red and blue colors. Web safe color of #AB5C8B is #996699 (or #969).
#AB5C8B color RGB value is (171,92,139).
RGB: (171,92,139)
(67%, 36%, 55%)
R 171 of 255 = 67%
G 92 of 255 = 36%
B 139 of 255 = 55%
R + G + B ~ 53%. #AB5C8B is middle color (not dark and not light).
R + G + B = 171 + 92 + 139 = 402 (100%)
R 171 of 402 ~ 42.54%
G 92 of 402 ~ 22.89%
B 139 of 402 ~ 34.58'%
#AB5C8B color CMYK value is (0,46,19,33).
CMYK: (0,46,19,33)
C0M46Y19K33 (0%, 46%, 19%, 33%)
(0.00 / 0.46 / 0.19 / 0.33)
Color #AB5C8B in popluar color models
AB | 5C | 8B | |
---|---|---|---|
RGB | 171 | 92 | 139 |
HSL | 324° | 31.98% | 51.57% |
HSB/HSV | 324° | 46.20% | 67.06% |
CMYK | 0.00% | 46.20% | 18.71% |
32.94% |
Color #AB5C8B in popluar number systems.
HEX | AB | 5C | 8B |
Decimal | 171 | 92 | 139 |
Binary | 10101011 | 1011100 | 10001011 |
Octal | 253 | 134 | 213 |
Shades of #AB5C8B
Tints of #AB5C8B
Examples of css and html codes for elements with #AB5C8B color. Also use rgb(171,92,139) instead hex code.
.myTextColor { color: #AB5C8B; }
<p style="color:#AB5C8B">This sample text font color is #AB5C8B.</p>
This text font color is #AB5C8B.
.myBgColor { background-color: #AB5C8B; }
<div style="background-color:#AB5C8B">Inner text</div>
This div background color is #AB5C8B.
.myBorderColor { border: 1px solid #AB5C8B; }
<div style="border:3px solid #AB5C8B">Div</div>
This div border color is #AB5C8B.
.myOpacity80 { color: #AB5C8B; opacity: 0.8; }
<p style="color:#AB5C8B;opacity:0.8;">80%</p>
Text with #AB5C8B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5C8B;}
<p style="text-shadow: 3px 3px 1px #AB5C8B">Text here.</p>
This text has shadow with #AB5C8B color.
.textShadow {text-shadow: 3px 3px 1px #AB5C8B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5C8B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB5C8B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5C8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5C8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5C8B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB5C8B;
-webkit-box-shadow: 1px 1px 3px 2px #AB5C8B;
box-shadow: 1px 1px 3px 2px #AB5C8B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB5C8B; -webkit-box-shadow: 1px 1px 3px 2px #AB5C8B; box-shadow:1px 1px 3px 2px #AB5C8B;">
Div content here
</div>
This text has color #AB5C8B on black background.
This text has color #AB5C8B on white background.
This text has black color on #AB5C8B background.
This text has white color on #AB5C8B background.
Complementary color for #hex is #54A374.