HEX: #AB85AD
RGB: (171,133,173)
#AB85AD contains red, green and blue colors in about the same proportion. Web safe color of #AB85AD is #999999 (or #999).
#AB85AD color RGB value is (171,133,173).
RGB: (171,133,173)
(67%, 52%, 68%)
R 171 of 255 = 67%
G 133 of 255 = 52%
B 173 of 255 = 68%
R + G + B ~ 62%. #AB85AD is quite light color.
R + G + B = 171 + 133 + 173 = 477 (100%)
R 171 of 477 ~ 35.85%
G 133 of 477 ~ 27.88%
B 173 of 477 ~ 36.27'%
#AB85AD color CMYK value is (1,23,0,32).
CMYK: (1,23,0,32)
C1M23Y0K32 (1%, 23%, 0%, 32%)
(0.01 / 0.23 / 0.00 / 0.32)
Color #AB85AD in popluar color models
AB | 85 | AD | |
---|---|---|---|
RGB | 171 | 133 | 173 |
HSL | 297° | 19.61% | 60.00% |
HSB/HSV | 297° | 23.12% | 67.84% |
CMYK | 1.16% | 23.12% | 0.00% |
32.16% |
Color #AB85AD in popluar number systems.
HEX | AB | 85 | AD |
Decimal | 171 | 133 | 173 |
Binary | 10101011 | 10000101 | 10101101 |
Octal | 253 | 205 | 255 |
Shades of #AB85AD
Tints of #AB85AD
Examples of css and html codes for elements with #AB85AD color. Also use rgb(171,133,173) instead hex code.
.myTextColor { color: #AB85AD; }
<p style="color:#AB85AD">This sample text font color is #AB85AD.</p>
This text font color is #AB85AD.
.myBgColor { background-color: #AB85AD; }
<div style="background-color:#AB85AD">Inner text</div>
This div background color is #AB85AD.
.myBorderColor { border: 1px solid #AB85AD; }
<div style="border:3px solid #AB85AD">Div</div>
This div border color is #AB85AD.
.myOpacity80 { color: #AB85AD; opacity: 0.8; }
<p style="color:#AB85AD;opacity:0.8;">80%</p>
Text with #AB85AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB85AD;}
<p style="text-shadow: 3px 3px 1px #AB85AD">Text here.</p>
This text has shadow with #AB85AD color.
.textShadow {text-shadow: 3px 3px 1px #AB85AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB85AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB85AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB85AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB85AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB85AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB85AD;
-webkit-box-shadow: 1px 1px 3px 2px #AB85AD;
box-shadow: 1px 1px 3px 2px #AB85AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB85AD; -webkit-box-shadow: 1px 1px 3px 2px #AB85AD; box-shadow:1px 1px 3px 2px #AB85AD;">
Div content here
</div>
This text has color #AB85AD on black background.
This text has color #AB85AD on white background.
This text has black color on #AB85AD background.
This text has white color on #AB85AD background.
Complementary color for #hex is #547A52.