COLOR #AC5E83

HEX: #AC5E83 RGB: (172,94,131)

Color info

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

RGB color model

#AC5E83 color RGB value is (172,94,131).

RGB: (172,94,131) (67%, 37%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 94 of 255 = 37%
B 131 of 255 = 51%

172
94
131

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

Portions of RGB colors in percentages

R + G + B = 172 + 94 + 131 = 397 (100%)
R 172 of 397 ~ 43.32%
G 94 of 397 ~ 23.68%
B 131 of 397 ~ 33'%

%43.32
%23.68
%33

CMYK color model

#AC5E83 color CMYK value is (0,45,24,33).

  • cyan value is 0.00%
  • magenta value is 45.35%
  • yellow value is 23.84%
  • key color value is 32.55%

CMYK: (0,45,24,33)
C0M45Y24K33 (0%, 45%, 24%, 33%)
(0.00 / 0.45 / 0.24 / 0.33)

CMYK percentages

%0
%45.35
%23.84
%32.55

Codes

Color #AC5E83 in popluar color models

AC 5E 83
RGB 172 94 131
HSL 332° 31.97% 52.16%
HSB/HSV 332° 45.35% 67.45%
CMYK 0.00% 45.35% 23.84%
32.55%

Color #AC5E83 in popluar number systems.

HEX AC 5E 83
Decimal 172 94 131
Binary 10101100 1011110 10000011
Octal 254 136 203

Shades and tints

Shades of #AC5E83

#AC5E83
(172,94,131)
#9D5678
(157,86,120)
#8E4E6D
(142,78,109)
#7F4662
(127,70,98)
#703E57
(112,62,87)
#61364C
(97,54,76)
#522E41
(82,46,65)
#432636
(67,38,54)
#341E2B
(52,30,43)
#251620
(37,22,32)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #AC5E83

#AC5E83
(172,94,131)
#B36C8E
(179,108,142)
#BA7A99
(186,122,153)
#C188A4
(193,136,164)
#C896AF
(200,150,175)
#CFA4BA
(207,164,186)
#D6B2C5
(214,178,197)
#DDC0D0
(221,192,208)
#E4CEDB
(228,206,219)
#EBDCE6
(235,220,230)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5E83 color. Also use rgb(172,94,131) instead hex code.

Text Font Color

.myTextColor { color: #AC5E83; }

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

This text font color is #AC5E83.

Background Color

.myBgColor { background-color: #AC5E83; }

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

This div background color is #AC5E83.

Border color

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

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

This div border color is #AC5E83.

Opacity

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

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

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

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

This text has shadow with #AC5E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5E83.

Preview

Color preview on black background

This text has color #AC5E83 on black background.


Color preview on white background

This text has color #AC5E83 on white background.


Black color preview on #AC5E83 background

This text has black color on #AC5E83 background.


White color preview on #AC5E83 background

This text has white color on #AC5E83 background.


Related colors

Complementary color

Complementary color for #hex is #53A17C.


I love getcolorcode.com

Triadic colors

1 #83AC5E and #5E83AC with #AC5E83 are triadic colors.

2 #835EAC and #5EAC83 with #AC5E83 are triadic colors.