COLOR #AB5C89

HEX: #AB5C89
RGB: (171,92,137)

Color info

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

RGB color model

#AB5C89 color RGB value is (171,92,137).

  • red value is 171;
  • green value is 92;
  • blue value is 137.
RGB:
(171,92,137)
(67%,36%,54%)

RGB channels and saturation

R 171 of 255 = 67%
G 92 of 255 = 36%
B 137 of 255 = 54%

171
92
137

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

Portions of RGB colors in percentages

R + G + B =
171 + 92 + 137 = 400 (100%)
R 171 of 400 ~ 42.75%
G 92 of 400 ~ 23%
B 137 of 400 ~ 34.25%

%42.75
%23
%34.25

CMYK color model

#AB5C89 color CMYK value is (0,46,20,33).

  • cyan value is 0.00%
  • magenta value is 46.20%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(0,46,20,33)
C0M46Y20K33 
(0%,46%,20%,33%)
(0.00/0.46/0.20/0.33)	

CMYK percentages

%0
%46.2
%19.88
%32.94

Codes

Color #AB5C89 in popluar color models

AB5C89
RGB17192137
HSL326°31.98%51.57%
HSB/HSV326°46.20%67.06%
CMYK0.00%46.20%19.88%
32.94%

Color #AB5C89 in popluar number systems.

HEXAB5C89
Decimal17192137
Binary10101011101110010001001
Octal253134211

Shades and tints

Shades of #AB5C89

#AB5C89
(171,92,137)
#9C547D
(156,84,125)
#8D4C71
(141,76,113)
#7E4465
(126,68,101)
#6F3C59
(111,60,89)
#60344D
(96,52,77)
#512C41
(81,44,65)
#422435
(66,36,53)
#331C29
(51,28,41)
#24141D
(36,20,29)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #AB5C89

#AB5C89
(171,92,137)
#B26A93
(178,106,147)
#B9789D
(185,120,157)
#C086A7
(192,134,167)
#C794B1
(199,148,177)
#CEA2BB
(206,162,187)
#D5B0C5
(213,176,197)
#DCBECF
(220,190,207)
#E3CCD9
(227,204,217)
#EADAE3
(234,218,227)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5C89 color. Also use rgb(171,92,137) instead hex code.

Text Font Color

.myTextColor { color: #AB5C89; }

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

This text font color is #AB5C89.


Background Color

.myBgColor { background-color: #AB5C89; }

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

This div background color is #AB5C89.


Border color

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

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

This div border color is #AB5C89.


Opacity

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

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

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

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

This text has shadow with #AB5C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5C89 on black background.


Color preview on white background

This text has color #AB5C89 on white background.



Black color preview on #AB5C89 background

This text has black color on #AB5C89 background.


White color preview on #AB5C89 background

This text has white color on #AB5C89 background.