COLOR #AC5DAE

HEX: #AC5DAE RGB: (172,93,174)

Color info

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

RGB color model

#AC5DAE color RGB value is (172,93,174).

RGB: (172,93,174) (67%, 36%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 93 of 255 = 36%
B 174 of 255 = 68%

172
93
174

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

Portions of RGB colors in percentages

R + G + B = 172 + 93 + 174 = 439 (100%)
R 172 of 439 ~ 39.18%
G 93 of 439 ~ 21.18%
B 174 of 439 ~ 39.64'%

%39.18
%21.18
%39.64

CMYK color model

#AC5DAE color CMYK value is (1,47,0,32).

  • cyan value is 1.15%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (1,47,0,32)
C1M47Y0K32 (1%, 47%, 0%, 32%)
(0.01 / 0.47 / 0.00 / 0.32)

CMYK percentages

%1.15
%46.55
%0
%31.76

Codes

Color #AC5DAE in popluar color models

AC 5D AE
RGB 172 93 174
HSL 299° 33.33% 52.35%
HSB/HSV 299° 46.55% 68.24%
CMYK 1.15% 46.55% 0.00%
31.76%

Color #AC5DAE in popluar number systems.

HEX AC 5D AE
Decimal 172 93 174
Binary 10101100 1011101 10101110
Octal 254 135 256

Shades and tints

Shades of #AC5DAE

#AC5DAE
(172,93,174)
#9D559F
(157,85,159)
#8E4D90
(142,77,144)
#7F4581
(127,69,129)
#703D72
(112,61,114)
#613563
(97,53,99)
#522D54
(82,45,84)
#432545
(67,37,69)
#341D36
(52,29,54)
#251527
(37,21,39)
#160D18
(22,13,24)
#000000
(0,0,0)

Tints of #AC5DAE

#AC5DAE
(172,93,174)
#B36BB5
(179,107,181)
#BA79BC
(186,121,188)
#C187C3
(193,135,195)
#C895CA
(200,149,202)
#CFA3D1
(207,163,209)
#D6B1D8
(214,177,216)
#DDBFDF
(221,191,223)
#E4CDE6
(228,205,230)
#EBDBED
(235,219,237)
#F2E9F4
(242,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5DAE color. Also use rgb(172,93,174) instead hex code.

Text Font Color

.myTextColor { color: #AC5DAE; }

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

This text font color is #AC5DAE.

Background Color

.myBgColor { background-color: #AC5DAE; }

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

This div background color is #AC5DAE.

Border color

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

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

This div border color is #AC5DAE.

Opacity

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

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

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

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

This text has shadow with #AC5DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC5DAE.

Preview

Color preview on black background

This text has color #AC5DAE on black background.


Color preview on white background

This text has color #AC5DAE on white background.


Black color preview on #AC5DAE background

This text has black color on #AC5DAE background.


White color preview on #AC5DAE background

This text has white color on #AC5DAE background.


Related colors

Complementary color

Complementary color for #hex is #53A251.


I love getcolorcode.com

Triadic colors

1 #AEAC5D and #5DAEAC with #AC5DAE are triadic colors.

2 #AE5DAC and #5DACAE with #AC5DAE are triadic colors.