HEX: #AB198B
RGB: (171,25,139)
#AB198B contains mainly red and blue colors. Web safe color of #AB198B is #990099 (or #909).
#AB198B color RGB value is (171,25,139).
RGB: (171,25,139)
(67%, 10%, 55%)
R 171 of 255 = 67%
G 25 of 255 = 10%
B 139 of 255 = 55%
R + G + B ~ 44%. #AB198B is middle color (not dark and not light).
R + G + B = 171 + 25 + 139 = 335 (100%)
R 171 of 335 ~ 51.04%
G 25 of 335 ~ 7.46%
B 139 of 335 ~ 41.49'%
#AB198B color CMYK value is (0,85,19,33).
CMYK: (0,85,19,33)
C0M85Y19K33 (0%, 85%, 19%, 33%)
(0.00 / 0.85 / 0.19 / 0.33)
Color #AB198B in popluar color models
AB | 19 | 8B | |
---|---|---|---|
RGB | 171 | 25 | 139 |
HSL | 313° | 74.49% | 38.43% |
HSB/HSV | 313° | 85.38% | 67.06% |
CMYK | 0.00% | 85.38% | 18.71% |
32.94% |
Color #AB198B in popluar number systems.
HEX | AB | 19 | 8B |
Decimal | 171 | 25 | 139 |
Binary | 10101011 | 11001 | 10001011 |
Octal | 253 | 31 | 213 |
Shades of #AB198B
Tints of #AB198B
Examples of css and html codes for elements with #AB198B color. Also use rgb(171,25,139) instead hex code.
.myTextColor { color: #AB198B; }
<p style="color:#AB198B">This sample text font color is #AB198B.</p>
This text font color is #AB198B.
.myBgColor { background-color: #AB198B; }
<div style="background-color:#AB198B">Inner text</div>
This div background color is #AB198B.
.myBorderColor { border: 1px solid #AB198B; }
<div style="border:3px solid #AB198B">Div</div>
This div border color is #AB198B.
.myOpacity80 { color: #AB198B; opacity: 0.8; }
<p style="color:#AB198B;opacity:0.8;">80%</p>
Text with #AB198B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB198B;}
<p style="text-shadow: 3px 3px 1px #AB198B">Text here.</p>
This text has shadow with #AB198B color.
.textShadow {text-shadow: 3px 3px 1px #AB198B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB198B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB198B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB198B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB198B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB198B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB198B;
-webkit-box-shadow: 1px 1px 3px 2px #AB198B;
box-shadow: 1px 1px 3px 2px #AB198B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB198B; -webkit-box-shadow: 1px 1px 3px 2px #AB198B; box-shadow:1px 1px 3px 2px #AB198B;">
Div content here
</div>
This text has color #AB198B on black background.
This text has color #AB198B on white background.
This text has black color on #AB198B background.
This text has white color on #AB198B background.
Complementary color for #AB198B is #54E674.