HEX: #AB7BAF
RGB: (171,123,175)
#AB7BAF contains red, green and blue colors in about the same proportion. Web safe color of #AB7BAF is #996699 (or #969).
#AB7BAF color RGB value is (171,123,175).
RGB: (171,123,175)
(67%, 48%, 69%)
R 171 of 255 = 67%
G 123 of 255 = 48%
B 175 of 255 = 69%
R + G + B ~ 61%. #AB7BAF is quite light color.
R + G + B = 171 + 123 + 175 = 469 (100%)
R 171 of 469 ~ 36.46%
G 123 of 469 ~ 26.23%
B 175 of 469 ~ 37.31'%
#AB7BAF color CMYK value is (2,30,0,31).
CMYK: (2,30,0,31)
C2M30Y0K31 (2%, 30%, 0%, 31%)
(0.02 / 0.30 / 0.00 / 0.31)
Color #AB7BAF in popluar color models
AB | 7B | AF | |
---|---|---|---|
RGB | 171 | 123 | 175 |
HSL | 295° | 24.53% | 58.43% |
HSB/HSV | 295° | 29.71% | 68.63% |
CMYK | 2.29% | 29.71% | 0.00% |
31.37% |
Color #AB7BAF in popluar number systems.
HEX | AB | 7B | AF |
Decimal | 171 | 123 | 175 |
Binary | 10101011 | 1111011 | 10101111 |
Octal | 253 | 173 | 257 |
Shades of #AB7BAF
Tints of #AB7BAF
Examples of css and html codes for elements with #AB7BAF color. Also use rgb(171,123,175) instead hex code.
.myTextColor { color: #AB7BAF; }
<p style="color:#AB7BAF">This sample text font color is #AB7BAF.</p>
This text font color is #AB7BAF.
.myBgColor { background-color: #AB7BAF; }
<div style="background-color:#AB7BAF">Inner text</div>
This div background color is #AB7BAF.
.myBorderColor { border: 1px solid #AB7BAF; }
<div style="border:3px solid #AB7BAF">Div</div>
This div border color is #AB7BAF.
.myOpacity80 { color: #AB7BAF; opacity: 0.8; }
<p style="color:#AB7BAF;opacity:0.8;">80%</p>
Text with #AB7BAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7BAF;}
<p style="text-shadow: 3px 3px 1px #AB7BAF">Text here.</p>
This text has shadow with #AB7BAF color.
.textShadow {text-shadow: 3px 3px 1px #AB7BAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7BAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB7BAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7BAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7BAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7BAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7BAF;
-webkit-box-shadow: 1px 1px 3px 2px #AB7BAF;
box-shadow: 1px 1px 3px 2px #AB7BAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7BAF; -webkit-box-shadow: 1px 1px 3px 2px #AB7BAF; box-shadow:1px 1px 3px 2px #AB7BAF;">
Div content here
</div>
This text has color #AB7BAF on black background.
This text has color #AB7BAF on white background.
This text has black color on #AB7BAF background.
This text has white color on #AB7BAF background.
Complementary color for #hex is #548450.