HEX: #AB4A6D
RGB: (171,74,109)
#AB4A6D contains mainly red color. Web safe color of #AB4A6D is #993366 (or #936).
#AB4A6D color RGB value is (171,74,109).
RGB: (171,74,109)
(67%, 29%, 43%)
R 171 of 255 = 67%
G 74 of 255 = 29%
B 109 of 255 = 43%
R + G + B ~ 46%. #AB4A6D is middle color (not dark and not light).
R + G + B = 171 + 74 + 109 = 354 (100%)
R 171 of 354 ~ 48.31%
G 74 of 354 ~ 20.9%
B 109 of 354 ~ 30.79'%
#AB4A6D color CMYK value is (0,57,36,33).
CMYK: (0,57,36,33) C0M57Y36K33 (0%,57%,36%,33%) (0.00/0.57/0.36/0.33)
Color #AB4A6D in popluar color models
AB | 4A | 6D | |
---|---|---|---|
RGB | 171 | 74 | 109 |
HSL | 338° | 39.59% | 48.04% |
HSB/HSV | 338° | 56.73% | 67.06% |
CMYK | 0.00% | 56.73% | 36.26% |
32.94% |
Color #AB4A6D in popluar number systems.
HEX | AB | 4A | 6D |
Decimal | 171 | 74 | 109 |
Binary | 10101011 | 1001010 | 1101101 |
Octal | 253 | 112 | 155 |
Shades of #AB4A6D
Tints of #AB4A6D
Examples of css and html codes for elements with #AB4A6D color. Also use rgb(171,74,109) instead hex code.
.myTextColor { color: #AB4A6D; }
<p style="color:#AB4A6D">This sample text font color is #AB4A6D.</p>
This text font color is #AB4A6D.
.myBgColor { background-color: #AB4A6D; }
<div style="background-color:#AB4A6D">Inner text</div>
This div background color is #AB4A6D.
.myBorderColor { border: 1px solid #AB4A6D; }
<div style="border:3px solid #AB4A6D">Div</div>
This div border color is #AB4A6D.
.myOpacity80 { color: #AB4A6D; opacity: 0.8; }
<p style="color:#AB4A6D;opacity:0.8;">80%</p>
Text with #AB4A6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB4A6D;}
<p style="text-shadow: 3px 3px 1px #AB4A6D">Text here.</p>
This text has shadow with #AB4A6D color.
.textShadow {text-shadow: 3px 3px 1px #AB4A6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB4A6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB4A6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB4A6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB4A6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB4A6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB4A6D;
-webkit-box-shadow: 1px 1px 3px 2px #AB4A6D;
box-shadow: 1px 1px 3px 2px #AB4A6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB4A6D; -webkit-box-shadow: 1px 1px 3px 2px #AB4A6D; box-shadow:1px 1px 3px 2px #AB4A6D;">
Div content here
</div>
This text has color #AB4A6D on black background.
This text has color #AB4A6D on white background.
This text has black color on #AB4A6D background.
This text has white color on #AB4A6D background.
Complementary color for #hex is #54B592.