COLOR #AB5EA3

HEX: #AB5EA3
RGB: (171,94,163)

Color info

#AB5EA3 contains mainly red and blue colors. Web safe color of #AB5EA3 is #996699 (or #969).

RGB color model

#AB5EA3 color RGB value is (171,94,163).

  • red value is 171;
  • green value is 94;
  • blue value is 163.
RGB:
(171,94,163)
(67%,37%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 163 of 255 = 64%

171
94
163

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 163 = 428 (100%)
R 171 of 428 ~ 39.95%
G 94 of 428 ~ 21.96%
B 163 of 428 ~ 38.08%

%39.95
%21.96
%38.08

CMYK color model

#AB5EA3 color CMYK value is (0,45,5,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(0,45,5,33)
C0M45Y5K33 
(0%,45%,5%,33%)
(0.00/0.45/0.05/0.33)	

CMYK percentages

%0
%45.03
%4.68
%32.94

Codes

Color #AB5EA3 in popluar color models

AB5EA3
RGB17194163
HSL306°31.43%51.96%
HSB/HSV306°45.03%67.06%
CMYK0.00%45.03%4.68%
32.94%

Color #AB5EA3 in popluar number systems.

HEXAB5EA3
Decimal17194163
Binary10101011101111010100011
Octal253136243

Shades and tints

Shades of #AB5EA3

#AB5EA3
(171,94,163)
#9C5695
(156,86,149)
#8D4E87
(141,78,135)
#7E4679
(126,70,121)
#6F3E6B
(111,62,107)
#60365D
(96,54,93)
#512E4F
(81,46,79)
#422641
(66,38,65)
#331E33
(51,30,51)
#241625
(36,22,37)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #AB5EA3

#AB5EA3
(171,94,163)
#B26CAB
(178,108,171)
#B97AB3
(185,122,179)
#C088BB
(192,136,187)
#C796C3
(199,150,195)
#CEA4CB
(206,164,203)
#D5B2D3
(213,178,211)
#DCC0DB
(220,192,219)
#E3CEE3
(227,206,227)
#EADCEB
(234,220,235)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5EA3 color. Also use rgb(171,94,163) instead hex code.

Text Font Color

.myTextColor { color: #AB5EA3; }

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

This text font color is #AB5EA3.


Background Color

.myBgColor { background-color: #AB5EA3; }

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

This div background color is #AB5EA3.


Border color

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

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

This div border color is #AB5EA3.


Opacity

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

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

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

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

This text has shadow with #AB5EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5EA3 on black background.


Color preview on white background

This text has color #AB5EA3 on white background.



Black color preview on #AB5EA3 background

This text has black color on #AB5EA3 background.


White color preview on #AB5EA3 background

This text has white color on #AB5EA3 background.