COLOR #AB5C8B

HEX: #AB5C8B RGB: (171,92,139)

Color info

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

RGB color model

#AB5C8B color RGB value is (171,92,139).

RGB: (171,92,139) (67%, 36%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 92 of 255 = 36%
B 139 of 255 = 55%

171
92
139

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

Portions of RGB colors in percentages

R + G + B = 171 + 92 + 139 = 402 (100%)
R 171 of 402 ~ 42.54%
G 92 of 402 ~ 22.89%
B 139 of 402 ~ 34.58'%

%42.54
%22.89
%34.58

CMYK color model

#AB5C8B color CMYK value is (0,46,19,33).

  • cyan value is 0.00%
  • magenta value is 46.20%
  • yellow value is 18.71%
  • key color value is 32.94%

CMYK: (0,46,19,33)
C0M46Y19K33 (0%, 46%, 19%, 33%)
(0.00 / 0.46 / 0.19 / 0.33)

CMYK percentages

%0
%46.2
%18.71
%32.94

Codes

Color #AB5C8B in popluar color models

AB 5C 8B
RGB 171 92 139
HSL 324° 31.98% 51.57%
HSB/HSV 324° 46.20% 67.06%
CMYK 0.00% 46.20% 18.71%
32.94%

Color #AB5C8B in popluar number systems.

HEX AB 5C 8B
Decimal 171 92 139
Binary 10101011 1011100 10001011
Octal 253 134 213

Shades and tints

Shades of #AB5C8B

#AB5C8B
(171,92,139)
#9C547F
(156,84,127)
#8D4C73
(141,76,115)
#7E4467
(126,68,103)
#6F3C5B
(111,60,91)
#60344F
(96,52,79)
#512C43
(81,44,67)
#422437
(66,36,55)
#331C2B
(51,28,43)
#24141F
(36,20,31)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #AB5C8B

#AB5C8B
(171,92,139)
#B26A95
(178,106,149)
#B9789F
(185,120,159)
#C086A9
(192,134,169)
#C794B3
(199,148,179)
#CEA2BD
(206,162,189)
#D5B0C7
(213,176,199)
#DCBED1
(220,190,209)
#E3CCDB
(227,204,219)
#EADAE5
(234,218,229)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5C8B; }

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

This text font color is #AB5C8B.

Background Color

.myBgColor { background-color: #AB5C8B; }

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

This div background color is #AB5C8B.

Border color

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

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

This div border color is #AB5C8B.

Opacity

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

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

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

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

This text has shadow with #AB5C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5C8B.

Preview

Color preview on black background

This text has color #AB5C8B on black background.


Color preview on white background

This text has color #AB5C8B on white background.


Black color preview on #AB5C8B background

This text has black color on #AB5C8B background.


White color preview on #AB5C8B background

This text has white color on #AB5C8B background.


Related colors

Complementary color

Complementary color for #hex is #54A374.


I love getcolorcode.com

Triadic colors

1 #8BAB5C and #5C8BAB with #AB5C8B are triadic colors.

2 #8B5CAB and #5CAB8B with #AB5C8B are triadic colors.