COLOR #AB5D83

HEX: #AB5D83 RGB: (171,93,131)

Color info

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

RGB color model

#AB5D83 color RGB value is (171,93,131).

RGB: (171,93,131) (67%, 36%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 93 of 255 = 36%
B 131 of 255 = 51%

171
93
131

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

Portions of RGB colors in percentages

R + G + B = 171 + 93 + 131 = 395 (100%)
R 171 of 395 ~ 43.29%
G 93 of 395 ~ 23.54%
B 131 of 395 ~ 33.16'%

%43.29
%23.54
%33.16

CMYK color model

#AB5D83 color CMYK value is (0,46,23,33).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 23.39%
  • key color value is 32.94%

CMYK: (0,46,23,33)
C0M46Y23K33 (0%, 46%, 23%, 33%)
(0.00 / 0.46 / 0.23 / 0.33)

CMYK percentages

%0
%45.61
%23.39
%32.94

Codes

Color #AB5D83 in popluar color models

AB 5D 83
RGB 171 93 131
HSL 331° 31.71% 51.76%
HSB/HSV 331° 45.61% 67.06%
CMYK 0.00% 45.61% 23.39%
32.94%

Color #AB5D83 in popluar number systems.

HEX AB 5D 83
Decimal 171 93 131
Binary 10101011 1011101 10000011
Octal 253 135 203

Shades and tints

Shades of #AB5D83

#AB5D83
(171,93,131)
#9C5578
(156,85,120)
#8D4D6D
(141,77,109)
#7E4562
(126,69,98)
#6F3D57
(111,61,87)
#60354C
(96,53,76)
#512D41
(81,45,65)
#422536
(66,37,54)
#331D2B
(51,29,43)
#241520
(36,21,32)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #AB5D83

#AB5D83
(171,93,131)
#B26B8E
(178,107,142)
#B97999
(185,121,153)
#C087A4
(192,135,164)
#C795AF
(199,149,175)
#CEA3BA
(206,163,186)
#D5B1C5
(213,177,197)
#DCBFD0
(220,191,208)
#E3CDDB
(227,205,219)
#EADBE6
(234,219,230)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5D83 color. Also use rgb(171,93,131) instead hex code.

Text Font Color

.myTextColor { color: #AB5D83; }

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

This text font color is #AB5D83.

Background Color

.myBgColor { background-color: #AB5D83; }

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

This div background color is #AB5D83.

Border color

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

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

This div border color is #AB5D83.

Opacity

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

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

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

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

This text has shadow with #AB5D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5D83.

Preview

Color preview on black background

This text has color #AB5D83 on black background.


Color preview on white background

This text has color #AB5D83 on white background.


Black color preview on #AB5D83 background

This text has black color on #AB5D83 background.


White color preview on #AB5D83 background

This text has white color on #AB5D83 background.


Related colors

Complementary color

Complementary color for #hex is #54A27C.


I love getcolorcode.com

Triadic colors

1 #83AB5D and #5D83AB with #AB5D83 are triadic colors.

2 #835DAB and #5DAB83 with #AB5D83 are triadic colors.