HEX: #AB73AB
RGB: (171,115,171)
#AB73AB contains red, green and blue colors in about the same proportion. Web safe color of #AB73AB is #996699 (or #969).
#AB73AB color RGB value is (171,115,171).
RGB: (171,115,171)
(67%, 45%, 67%)
R 171 of 255 = 67%
G 115 of 255 = 45%
B 171 of 255 = 67%
R + G + B ~ 60%. #AB73AB is middle color (not dark and not light).
R + G + B = 171 + 115 + 171 = 457 (100%)
R 171 of 457 ~ 37.42%
G 115 of 457 ~ 25.16%
B 171 of 457 ~ 37.42'%
#AB73AB color CMYK value is (0,33,0,33).
CMYK: (0,33,0,33) C0M33Y0K33 (0%,33%,0%,33%) (0.00/0.33/0.00/0.33)
Color #AB73AB in popluar color models
AB | 73 | AB | |
---|---|---|---|
RGB | 171 | 115 | 171 |
HSL | 300° | 25.00% | 56.08% |
HSB/HSV | 300° | 32.75% | 67.06% |
CMYK | 0.00% | 32.75% | 0.00% |
32.94% |
Color #AB73AB in popluar number systems.
HEX | AB | 73 | AB |
Decimal | 171 | 115 | 171 |
Binary | 10101011 | 1110011 | 10101011 |
Octal | 253 | 163 | 253 |
Shades of #AB73AB
Tints of #AB73AB
Examples of css and html codes for elements with #AB73AB color. Also use rgb(171,115,171) instead hex code.
.myTextColor { color: #AB73AB; }
<p style="color:#AB73AB">This sample text font color is #AB73AB.</p>
This text font color is #AB73AB.
.myBgColor { background-color: #AB73AB; }
<div style="background-color:#AB73AB">Inner text</div>
This div background color is #AB73AB.
.myBorderColor { border: 1px solid #AB73AB; }
<div style="border:3px solid #AB73AB">Div</div>
This div border color is #AB73AB.
.myOpacity80 { color: #AB73AB; opacity: 0.8; }
<p style="color:#AB73AB;opacity:0.8;">80%</p>
Text with #AB73AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB73AB;}
<p style="text-shadow: 3px 3px 1px #AB73AB">Text here.</p>
This text has shadow with #AB73AB color.
.textShadow {text-shadow: 3px 3px 1px #AB73AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB73AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB73AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB73AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB73AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB73AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB73AB;
-webkit-box-shadow: 1px 1px 3px 2px #AB73AB;
box-shadow: 1px 1px 3px 2px #AB73AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB73AB; -webkit-box-shadow: 1px 1px 3px 2px #AB73AB; box-shadow:1px 1px 3px 2px #AB73AB;">
Div content here
</div>
This text has color #AB73AB on black background.
This text has color #AB73AB on white background.
This text has black color on #AB73AB background.
This text has white color on #AB73AB background.
Complementary color for #hex is #548C54.