COLOR #AB5BA9

HEX: #AB5BA9
RGB: (171,91,169)

Color info

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

RGB color model

#AB5BA9 color RGB value is (171,91,169).

  • red value is 171;
  • green value is 91;
  • blue value is 169.
RGB:
(171,91,169)
(67%,36%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 169 of 255 = 66%

171
91
169

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

Portions of RGB colors in percentages

R + G + B =
171 + 91 + 169 = 431 (100%)
R 171 of 431 ~ 39.68%
G 91 of 431 ~ 21.11%
B 169 of 431 ~ 39.21%

%39.68
%21.11
%39.21

CMYK color model

#AB5BA9 color CMYK value is (0,47,1,33).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,47,1,33)
C0M47Y1K33 
(0%,47%,1%,33%)
(0.00/0.47/0.01/0.33)	

CMYK percentages

%0
%46.78
%1.17
%32.94

Codes

Color #AB5BA9 in popluar color models

AB5BA9
RGB17191169
HSL302°32.26%51.37%
HSB/HSV302°46.78%67.06%
CMYK0.00%46.78%1.17%
32.94%

Color #AB5BA9 in popluar number systems.

HEXAB5BA9
Decimal17191169
Binary10101011101101110101001
Octal253133251

Shades and tints

Shades of #AB5BA9

#AB5BA9
(171,91,169)
#9C539A
(156,83,154)
#8D4B8B
(141,75,139)
#7E437C
(126,67,124)
#6F3B6D
(111,59,109)
#60335E
(96,51,94)
#512B4F
(81,43,79)
#422340
(66,35,64)
#331B31
(51,27,49)
#241322
(36,19,34)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #AB5BA9

#AB5BA9
(171,91,169)
#B269B0
(178,105,176)
#B977B7
(185,119,183)
#C085BE
(192,133,190)
#C793C5
(199,147,197)
#CEA1CC
(206,161,204)
#D5AFD3
(213,175,211)
#DCBDDA
(220,189,218)
#E3CBE1
(227,203,225)
#EAD9E8
(234,217,232)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5BA9 color. Also use rgb(171,91,169) instead hex code.

Text Font Color

.myTextColor { color: #AB5BA9; }

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

This text font color is #AB5BA9.


Background Color

.myBgColor { background-color: #AB5BA9; }

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

This div background color is #AB5BA9.


Border color

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

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

This div border color is #AB5BA9.


Opacity

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

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

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

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

This text has shadow with #AB5BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5BA9 on black background.


Color preview on white background

This text has color #AB5BA9 on white background.



Black color preview on #AB5BA9 background

This text has black color on #AB5BA9 background.


White color preview on #AB5BA9 background

This text has white color on #AB5BA9 background.