COLOR #AB2ED4

HEX: #AB2ED4
RGB: (171,46,212)

Color info

#AB2ED4 contains mainly red and blue colors. Web safe color of #AB2ED4 is #9933CC (or #93C).

RGB color model

#AB2ED4 color RGB value is (171,46,212).

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

RGB channels and saturation

R 171 of 255 = 67%
G 46 of 255 = 18%
B 212 of 255 = 83%

171
46
212

R + G + B ~ 56%. #AB2ED4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 46 + 212 = 429 (100%)
R 171 of 429 ~ 39.86%
G 46 of 429 ~ 10.72%
B 212 of 429 ~ 49.42%

%39.86
%10.72
%49.42

CMYK color model

#AB2ED4 color CMYK value is (19,78,0,17).

  • cyan value is 19.34%
  • magenta value is 78.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,78,0,17)
C19M78Y0K17 
(19%,78%,0%,17%)
(0.19/0.78/0.00/0.17)	

CMYK percentages

%19.34
%78.3
%0
%16.86

Codes

Color #AB2ED4 in popluar color models

AB2ED4
RGB17146212
HSL285°65.87%50.59%
HSB/HSV285°78.30%83.14%
CMYK19.34%78.30%0.00%
16.86%

Color #AB2ED4 in popluar number systems.

HEXAB2ED4
Decimal17146212
Binary1010101110111011010100
Octal25356324

Shades and tints

Shades of #AB2ED4

#AB2ED4
(171,46,212)
#9C2AC1
(156,42,193)
#8D26AE
(141,38,174)
#7E229B
(126,34,155)
#6F1E88
(111,30,136)
#601A75
(96,26,117)
#511662
(81,22,98)
#42124F
(66,18,79)
#330E3C
(51,14,60)
#240A29
(36,10,41)
#150616
(21,6,22)
#000000
(0,0,0)

Tints of #AB2ED4

#AB2ED4
(171,46,212)
#B241D7
(178,65,215)
#B954DA
(185,84,218)
#C067DD
(192,103,221)
#C77AE0
(199,122,224)
#CE8DE3
(206,141,227)
#D5A0E6
(213,160,230)
#DCB3E9
(220,179,233)
#E3C6EC
(227,198,236)
#EAD9EF
(234,217,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB2ED4; }

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

This text font color is #AB2ED4.


Background Color

.myBgColor { background-color: #AB2ED4; }

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

This div background color is #AB2ED4.


Border color

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

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

This div border color is #AB2ED4.


Opacity

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

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

Text with #AB2ED4 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 #AB2ED4;}

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

This text has shadow with #AB2ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2ED4 on black background.


Color preview on white background

This text has color #AB2ED4 on white background.



Black color preview on #AB2ED4 background

This text has black color on #AB2ED4 background.


White color preview on #AB2ED4 background

This text has white color on #AB2ED4 background.