HEX: #AB61EF
RGB: (171,97,239)
#AB61EF contains mainly blue color. Web safe color of #AB61EF is #9966FF (or #96F).
#AB61EF color RGB value is (171,97,239).
RGB: (171,97,239)
(67%, 38%, 94%)
R 171 of 255 = 67%
G 97 of 255 = 38%
B 239 of 255 = 94%
R + G + B ~ 66%. #AB61EF is quite light color.
R + G + B = 171 + 97 + 239 = 507 (100%)
R 171 of 507 ~ 33.73%
G 97 of 507 ~ 19.13%
B 239 of 507 ~ 47.14'%
#AB61EF color CMYK value is (28,59,0,6).
CMYK: (28,59,0,6)
C28M59Y0K6 (28%, 59%, 0%, 6%)
(0.28 / 0.59 / 0.00 / 0.06)
Color #AB61EF in popluar color models
AB | 61 | EF | |
---|---|---|---|
RGB | 171 | 97 | 239 |
HSL | 271° | 81.61% | 65.88% |
HSB/HSV | 271° | 59.41% | 93.73% |
CMYK | 28.45% | 59.41% | 0.00% |
6.27% |
Color #AB61EF in popluar number systems.
HEX | AB | 61 | EF |
Decimal | 171 | 97 | 239 |
Binary | 10101011 | 1100001 | 11101111 |
Octal | 253 | 141 | 357 |
Shades of #AB61EF
Tints of #AB61EF
Examples of css and html codes for elements with #AB61EF color. Also use rgb(171,97,239) instead hex code.
.myTextColor { color: #AB61EF; }
<p style="color:#AB61EF">This sample text font color is #AB61EF.</p>
This text font color is #AB61EF.
.myBgColor { background-color: #AB61EF; }
<div style="background-color:#AB61EF">Inner text</div>
This div background color is #AB61EF.
.myBorderColor { border: 1px solid #AB61EF; }
<div style="border:3px solid #AB61EF">Div</div>
This div border color is #AB61EF.
.myOpacity80 { color: #AB61EF; opacity: 0.8; }
<p style="color:#AB61EF;opacity:0.8;">80%</p>
Text with #AB61EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB61EF;}
<p style="text-shadow: 3px 3px 1px #AB61EF">Text here.</p>
This text has shadow with #AB61EF color.
.textShadow {text-shadow: 3px 3px 1px #AB61EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB61EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB61EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB61EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB61EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB61EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB61EF;
-webkit-box-shadow: 1px 1px 3px 2px #AB61EF;
box-shadow: 1px 1px 3px 2px #AB61EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB61EF; -webkit-box-shadow: 1px 1px 3px 2px #AB61EF; box-shadow:1px 1px 3px 2px #AB61EF;">
Div content here
</div>
This text has color #AB61EF on black background.
This text has color #AB61EF on white background.
This text has black color on #AB61EF background.
This text has white color on #AB61EF background.
Complementary color for #hex is #549E10.