HEX: #AB70BE
RGB: (171,112,190)
#AB70BE contains mainly red and blue colors. Web safe color of #AB70BE is #9966CC (or #96C).
#AB70BE color RGB value is (171,112,190).
RGB: (171,112,190)
(67%, 44%, 75%)
R 171 of 255 = 67%
G 112 of 255 = 44%
B 190 of 255 = 75%
R + G + B ~ 62%. #AB70BE is quite light color.
R + G + B = 171 + 112 + 190 = 473 (100%)
R 171 of 473 ~ 36.15%
G 112 of 473 ~ 23.68%
B 190 of 473 ~ 40.17'%
#AB70BE color CMYK value is (10,41,0,25).
CMYK: (10,41,0,25)
C10M41Y0K25 (10%, 41%, 0%, 25%)
(0.10 / 0.41 / 0.00 / 0.25)
Color #AB70BE in popluar color models
AB | 70 | BE | |
---|---|---|---|
RGB | 171 | 112 | 190 |
HSL | 285° | 37.50% | 59.22% |
HSB/HSV | 285° | 41.05% | 74.51% |
CMYK | 10.00% | 41.05% | 0.00% |
25.49% |
Color #AB70BE in popluar number systems.
HEX | AB | 70 | BE |
Decimal | 171 | 112 | 190 |
Binary | 10101011 | 1110000 | 10111110 |
Octal | 253 | 160 | 276 |
Shades of #AB70BE
Tints of #AB70BE
Examples of css and html codes for elements with #AB70BE color. Also use rgb(171,112,190) instead hex code.
.myTextColor { color: #AB70BE; }
<p style="color:#AB70BE">This sample text font color is #AB70BE.</p>
This text font color is #AB70BE.
.myBgColor { background-color: #AB70BE; }
<div style="background-color:#AB70BE">Inner text</div>
This div background color is #AB70BE.
.myBorderColor { border: 1px solid #AB70BE; }
<div style="border:3px solid #AB70BE">Div</div>
This div border color is #AB70BE.
.myOpacity80 { color: #AB70BE; opacity: 0.8; }
<p style="color:#AB70BE;opacity:0.8;">80%</p>
Text with #AB70BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB70BE;}
<p style="text-shadow: 3px 3px 1px #AB70BE">Text here.</p>
This text has shadow with #AB70BE color.
.textShadow {text-shadow: 3px 3px 1px #AB70BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB70BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB70BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB70BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB70BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB70BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB70BE;
-webkit-box-shadow: 1px 1px 3px 2px #AB70BE;
box-shadow: 1px 1px 3px 2px #AB70BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB70BE; -webkit-box-shadow: 1px 1px 3px 2px #AB70BE; box-shadow:1px 1px 3px 2px #AB70BE;">
Div content here
</div>
This text has color #AB70BE on black background.
This text has color #AB70BE on white background.
This text has black color on #AB70BE background.
This text has white color on #AB70BE background.
Complementary color for #hex is #548F41.