COLOR #AB5EB9

HEX: #AB5EB9
RGB: (171,94,185)

Color info

#AB5EB9 contains mainly red and blue colors. Web safe color of #AB5EB9 is #9966CC (or #96C).

RGB color model

#AB5EB9 color RGB value is (171,94,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 185 of 255 = 73%

171
94
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 185 = 450 (100%)
R 171 of 450 ~ 38%
G 94 of 450 ~ 20.89%
B 185 of 450 ~ 41.11%

%38
%20.89
%41.11

CMYK color model

#AB5EB9 color CMYK value is (8,49,0,27).

  • cyan value is 7.57%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,49,0,27)
C8M49Y0K27 
(8%,49%,0%,27%)
(0.08/0.49/0.00/0.27)	

CMYK percentages

%7.57
%49.19
%0
%27.45

Codes

Color #AB5EB9 in popluar color models

AB5EB9
RGB17194185
HSL291°39.39%54.71%
HSB/HSV291°49.19%72.55%
CMYK7.57%49.19%0.00%
27.45%

Color #AB5EB9 in popluar number systems.

HEXAB5EB9
Decimal17194185
Binary10101011101111010111001
Octal253136271

Shades and tints

Shades of #AB5EB9

#AB5EB9
(171,94,185)
#9C56A9
(156,86,169)
#8D4E99
(141,78,153)
#7E4689
(126,70,137)
#6F3E79
(111,62,121)
#603669
(96,54,105)
#512E59
(81,46,89)
#422649
(66,38,73)
#331E39
(51,30,57)
#241629
(36,22,41)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #AB5EB9

#AB5EB9
(171,94,185)
#B26CBF
(178,108,191)
#B97AC5
(185,122,197)
#C088CB
(192,136,203)
#C796D1
(199,150,209)
#CEA4D7
(206,164,215)
#D5B2DD
(213,178,221)
#DCC0E3
(220,192,227)
#E3CEE9
(227,206,233)
#EADCEF
(234,220,239)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5EB9; }

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

This text font color is #AB5EB9.


Background Color

.myBgColor { background-color: #AB5EB9; }

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

This div background color is #AB5EB9.


Border color

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

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

This div border color is #AB5EB9.


Opacity

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

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

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

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

This text has shadow with #AB5EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5EB9 on black background.


Color preview on white background

This text has color #AB5EB9 on white background.



Black color preview on #AB5EB9 background

This text has black color on #AB5EB9 background.


White color preview on #AB5EB9 background

This text has white color on #AB5EB9 background.