COLOR #AB2E81

HEX: #AB2E81
RGB: (171,46,129)

Color info

#AB2E81 contains mainly red and blue colors. Web safe color of #AB2E81 is #993399 (or #939).

RGB color model

#AB2E81 color RGB value is (171,46,129).

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

RGB channels and saturation

R 171 of 255 = 67%
G 46 of 255 = 18%
B 129 of 255 = 51%

171
46
129

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

Portions of RGB colors in percentages

R + G + B =
171 + 46 + 129 = 346 (100%)
R 171 of 346 ~ 49.42%
G 46 of 346 ~ 13.29%
B 129 of 346 ~ 37.28%

%49.42
%13.29
%37.28

CMYK color model

#AB2E81 color CMYK value is (0,73,25,33).

  • cyan value is 0.00%
  • magenta value is 73.10%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,73,25,33)
C0M73Y25K33 
(0%,73%,25%,33%)
(0.00/0.73/0.25/0.33)	

CMYK percentages

%0
%73.1
%24.56
%32.94

Codes

Color #AB2E81 in popluar color models

AB2E81
RGB17146129
HSL320°57.60%42.55%
HSB/HSV320°73.10%67.06%
CMYK0.00%73.10%24.56%
32.94%

Color #AB2E81 in popluar number systems.

HEXAB2E81
Decimal17146129
Binary1010101110111010000001
Octal25356201

Shades and tints

Shades of #AB2E81

#AB2E81
(171,46,129)
#9C2A76
(156,42,118)
#8D266B
(141,38,107)
#7E2260
(126,34,96)
#6F1E55
(111,30,85)
#601A4A
(96,26,74)
#51163F
(81,22,63)
#421234
(66,18,52)
#330E29
(51,14,41)
#240A1E
(36,10,30)
#150613
(21,6,19)
#000000
(0,0,0)

Tints of #AB2E81

#AB2E81
(171,46,129)
#B2418C
(178,65,140)
#B95497
(185,84,151)
#C067A2
(192,103,162)
#C77AAD
(199,122,173)
#CE8DB8
(206,141,184)
#D5A0C3
(213,160,195)
#DCB3CE
(220,179,206)
#E3C6D9
(227,198,217)
#EAD9E4
(234,217,228)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB2E81; }

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

This text font color is #AB2E81.


Background Color

.myBgColor { background-color: #AB2E81; }

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

This div background color is #AB2E81.


Border color

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

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

This div border color is #AB2E81.


Opacity

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

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

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

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

This text has shadow with #AB2E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB2E81 on black background.


Color preview on white background

This text has color #AB2E81 on white background.



Black color preview on #AB2E81 background

This text has black color on #AB2E81 background.


White color preview on #AB2E81 background

This text has white color on #AB2E81 background.