HEX: #AB77CE
RGB: (171,119,206)
#AB77CE contains mainly red and blue colors. Web safe color of #AB77CE is #9966CC (or #96C).
#AB77CE color RGB value is (171,119,206).
RGB: (171,119,206)
(67%, 47%, 81%)
R 171 of 255 = 67%
G 119 of 255 = 47%
B 206 of 255 = 81%
R + G + B ~ 65%. #AB77CE is quite light color.
R + G + B = 171 + 119 + 206 = 496 (100%)
R 171 of 496 ~ 34.48%
G 119 of 496 ~ 23.99%
B 206 of 496 ~ 41.53'%
#AB77CE color CMYK value is (17,42,0,19).
CMYK: (17,42,0,19)
C17M42Y0K19 (17%, 42%, 0%, 19%)
(0.17 / 0.42 / 0.00 / 0.19)
Color #AB77CE in popluar color models
AB | 77 | CE | |
---|---|---|---|
RGB | 171 | 119 | 206 |
HSL | 276° | 47.03% | 63.73% |
HSB/HSV | 276° | 42.23% | 80.78% |
CMYK | 16.99% | 42.23% | 0.00% |
19.22% |
Color #AB77CE in popluar number systems.
HEX | AB | 77 | CE |
Decimal | 171 | 119 | 206 |
Binary | 10101011 | 1110111 | 11001110 |
Octal | 253 | 167 | 316 |
Shades of #AB77CE
Tints of #AB77CE
Examples of css and html codes for elements with #AB77CE color. Also use rgb(171,119,206) instead hex code.
.myTextColor { color: #AB77CE; }
<p style="color:#AB77CE">This sample text font color is #AB77CE.</p>
This text font color is #AB77CE.
.myBgColor { background-color: #AB77CE; }
<div style="background-color:#AB77CE">Inner text</div>
This div background color is #AB77CE.
.myBorderColor { border: 1px solid #AB77CE; }
<div style="border:3px solid #AB77CE">Div</div>
This div border color is #AB77CE.
.myOpacity80 { color: #AB77CE; opacity: 0.8; }
<p style="color:#AB77CE;opacity:0.8;">80%</p>
Text with #AB77CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB77CE;}
<p style="text-shadow: 3px 3px 1px #AB77CE">Text here.</p>
This text has shadow with #AB77CE color.
.textShadow {text-shadow: 3px 3px 1px #AB77CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB77CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB77CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB77CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB77CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB77CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB77CE;
-webkit-box-shadow: 1px 1px 3px 2px #AB77CE;
box-shadow: 1px 1px 3px 2px #AB77CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB77CE; -webkit-box-shadow: 1px 1px 3px 2px #AB77CE; box-shadow:1px 1px 3px 2px #AB77CE;">
Div content here
</div>
This text has color #AB77CE on black background.
This text has color #AB77CE on white background.
This text has black color on #AB77CE background.
This text has white color on #AB77CE background.
Complementary color for #hex is #548831.