COLOR #AB2EFF

HEX: #AB2EFF
RGB: (171,46,255)

Color info

#AB2EFF contains mainly blue color. Web safe color of #AB2EFF is #9933FF (or #93F).

RGB color model

#AB2EFF color RGB value is (171,46,255).

  • red value is 171;
  • green value is 46;
  • blue value is 255.
RGB:
(171,46,255)
(67%,18%,100%)

RGB channels and saturation

R 171 of 255 = 67%
G 46 of 255 = 18%
B 255 of 255 = 100%

171
46
255

R + G + B ~ 62%. #AB2EFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 46 + 255 = 472 (100%)
R 171 of 472 ~ 36.23%
G 46 of 472 ~ 9.75%
B 255 of 472 ~ 54.03%

%36.23
%9.75
%54.03

CMYK color model

#AB2EFF color CMYK value is (33,82,0,0).

  • cyan value is 32.94%
  • magenta value is 81.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,82,0,0)
C33M82Y0K0 
(33%,82%,0%,0%)
(0.33/0.82/0.00/0.00)	

CMYK percentages

%32.94
%81.96
%0
%0

Codes

Color #AB2EFF in popluar color models

AB2EFF
RGB17146255
HSL276°100.00%59.02%
HSB/HSV276°81.96%100.00%
CMYK32.94%81.96%0.00%
0.00%

Color #AB2EFF in popluar number systems.

HEXAB2EFF
Decimal17146255
Binary1010101110111011111111
Octal25356377

Shades and tints

Shades of #AB2EFF

#AB2EFF
(171,46,255)
#9C2AE8
(156,42,232)
#8D26D1
(141,38,209)
#7E22BA
(126,34,186)
#6F1EA3
(111,30,163)
#601A8C
(96,26,140)
#511675
(81,22,117)
#42125E
(66,18,94)
#330E47
(51,14,71)
#240A30
(36,10,48)
#150619
(21,6,25)
#000000
(0,0,0)

Tints of #AB2EFF

#AB2EFF
(171,46,255)
#B241FF
(178,65,255)
#B954FF
(185,84,255)
#C067FF
(192,103,255)
#C77AFF
(199,122,255)
#CE8DFF
(206,141,255)
#D5A0FF
(213,160,255)
#DCB3FF
(220,179,255)
#E3C6FF
(227,198,255)
#EAD9FF
(234,217,255)
#F1ECFF
(241,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB2EFF color. Also use rgb(171,46,255) instead hex code.

Text Font Color

.myTextColor { color: #AB2EFF; }

<p style="color:#AB2EFF">This sample text font color is #AB2EFF.</p>

This text font color is #AB2EFF.


Background Color

.myBgColor { background-color: #AB2EFF; }

<div style="background-color:#AB2EFF">Inner text</div>

This div background color is #AB2EFF.


Border color

.myBorderColor { border: 1px solid #AB2EFF; }

<div style="border:3px solid #AB2EFF">Div</div>

This div border color is #AB2EFF.


Opacity

.myOpacity80 { color: #AB2EFF; opacity: 0.8; }

<p style="color:#AB2EFF;opacity:0.8;">80%</p>

Text with #AB2EFF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB2EFF;}

<p style="text-shadow: 3px 3px 1px #AB2EFF">Text here.</p>

This text has shadow with #AB2EFF color.

.textShadow {text-shadow: 3px 3px 1px #AB2EFF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB2EFF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB2EFF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB2EFF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB2EFF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB2EFF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AB2EFF;
  -webkit-box-shadow:	1px 1px 3px 2px #AB2EFF;
  box-shadow:		1px 1px 3px 2px #AB2EFF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB2EFF;
-webkit-box-shadow: 1px 1px 3px 2px #AB2EFF;
box-shadow:1px 1px 3px 2px #AB2EFF;">
Div content here</div>
This div box has shadow with color #AB2EFF.

Preview

Color preview on black background

This text has color #AB2EFF on black background.


Color preview on white background

This text has color #AB2EFF on white background.



Black color preview on #AB2EFF background

This text has black color on #AB2EFF background.


White color preview on #AB2EFF background

This text has white color on #AB2EFF background.