COLOR #AB3E83

HEX: #AB3E83
RGB: (171,62,131)

Color info

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

RGB color model

#AB3E83 color RGB value is (171,62,131).

  • red value is 171;
  • green value is 62;
  • blue value is 131.
RGB:
(171,62,131)
(67%,24%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 62 of 255 = 24%
B 131 of 255 = 51%

171
62
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 62 + 131 = 364 (100%)
R 171 of 364 ~ 46.98%
G 62 of 364 ~ 17.03%
B 131 of 364 ~ 35.99%

%46.98
%17.03
%35.99

CMYK color model

#AB3E83 color CMYK value is (0,64,23,33).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(0,64,23,33)
C0M64Y23K33 
(0%,64%,23%,33%)
(0.00/0.64/0.23/0.33)	

CMYK percentages

%0
%63.74
%23.39
%32.94

Codes

Color #AB3E83 in popluar color models

AB3E83
RGB17162131
HSL322°46.78%45.69%
HSB/HSV322°63.74%67.06%
CMYK0.00%63.74%23.39%
32.94%

Color #AB3E83 in popluar number systems.

HEXAB3E83
Decimal17162131
Binary1010101111111010000011
Octal25376203

Shades and tints

Shades of #AB3E83

#AB3E83
(171,62,131)
#9C3978
(156,57,120)
#8D346D
(141,52,109)
#7E2F62
(126,47,98)
#6F2A57
(111,42,87)
#60254C
(96,37,76)
#512041
(81,32,65)
#421B36
(66,27,54)
#33162B
(51,22,43)
#241120
(36,17,32)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #AB3E83

#AB3E83
(171,62,131)
#B24F8E
(178,79,142)
#B96099
(185,96,153)
#C071A4
(192,113,164)
#C782AF
(199,130,175)
#CE93BA
(206,147,186)
#D5A4C5
(213,164,197)
#DCB5D0
(220,181,208)
#E3C6DB
(227,198,219)
#EAD7E6
(234,215,230)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB3E83 color. Also use rgb(171,62,131) instead hex code.

Text Font Color

.myTextColor { color: #AB3E83; }

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

This text font color is #AB3E83.


Background Color

.myBgColor { background-color: #AB3E83; }

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

This div background color is #AB3E83.


Border color

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

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

This div border color is #AB3E83.


Opacity

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

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

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

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

This text has shadow with #AB3E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB3E83 on black background.


Color preview on white background

This text has color #AB3E83 on white background.



Black color preview on #AB3E83 background

This text has black color on #AB3E83 background.


White color preview on #AB3E83 background

This text has white color on #AB3E83 background.