COLOR #AB1E71

HEX: #AB1E71
RGB: (171,30,113)

Color info

#AB1E71 contains mainly red and blue colors. Web safe color of #AB1E71 is #993366 (or #936).

RGB color model

#AB1E71 color RGB value is (171,30,113).

  • red value is 171;
  • green value is 30;
  • blue value is 113.
RGB:
(171,30,113)
(67%,12%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 30 of 255 = 12%
B 113 of 255 = 44%

171
30
113

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

Portions of RGB colors in percentages

R + G + B =
171 + 30 + 113 = 314 (100%)
R 171 of 314 ~ 54.46%
G 30 of 314 ~ 9.55%
B 113 of 314 ~ 35.99%

%54.46
%9.55
%35.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 82.46%
  • yellow value is 33.92%
  • key color value is 32.94%
CMYK:
(0,82,34,33)
C0M82Y34K33 
(0%,82%,34%,33%)
(0.00/0.82/0.34/0.33)	

CMYK percentages

%0
%82.46
%33.92
%32.94

Codes

Color #AB1E71 in popluar color models

AB1E71
RGB17130113
HSL325°70.15%39.41%
HSB/HSV325°82.46%67.06%
CMYK0.00%82.46%33.92%
32.94%

Color #AB1E71 in popluar number systems.

HEXAB1E71
Decimal17130113
Binary10101011111101110001
Octal25336161

Shades and tints

Shades of #AB1E71

#AB1E71
(171,30,113)
#9C1C67
(156,28,103)
#8D1A5D
(141,26,93)
#7E1853
(126,24,83)
#6F1649
(111,22,73)
#60143F
(96,20,63)
#511235
(81,18,53)
#42102B
(66,16,43)
#330E21
(51,14,33)
#240C17
(36,12,23)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #AB1E71

#AB1E71
(171,30,113)
#B2327D
(178,50,125)
#B94689
(185,70,137)
#C05A95
(192,90,149)
#C76EA1
(199,110,161)
#CE82AD
(206,130,173)
#D596B9
(213,150,185)
#DCAAC5
(220,170,197)
#E3BED1
(227,190,209)
#EAD2DD
(234,210,221)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB1E71 color. Also use rgb(171,30,113) instead hex code.

Text Font Color

.myTextColor { color: #AB1E71; }

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

This text font color is #AB1E71.


Background Color

.myBgColor { background-color: #AB1E71; }

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

This div background color is #AB1E71.


Border color

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

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

This div border color is #AB1E71.


Opacity

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

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

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

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

This text has shadow with #AB1E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1E71 on black background.


Color preview on white background

This text has color #AB1E71 on white background.



Black color preview on #AB1E71 background

This text has black color on #AB1E71 background.


White color preview on #AB1E71 background

This text has white color on #AB1E71 background.