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