COLOR #AC5CAC

HEX: #AC5CAC
RGB: (172,92,172)

Color info

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

RGB color model

#AC5CAC color RGB value is (172,92,172).

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

RGB channels and saturation

R 172 of 255 = 67%
G 92 of 255 = 36%
B 172 of 255 = 67%

172
92
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 92 + 172 = 436 (100%)
R 172 of 436 ~ 39.45%
G 92 of 436 ~ 21.1%
B 172 of 436 ~ 39.45%

%39.45
%21.1
%39.45

CMYK color model

#AC5CAC color CMYK value is (0,47,0,33).

  • cyan value is 0.00%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(0,47,0,33)
C0M47Y0K33 
(0%,47%,0%,33%)
(0.00/0.47/0.00/0.33)	

CMYK percentages

%0
%46.51
%0
%32.55

Codes

Color #AC5CAC in popluar color models

AC5CAC
RGB17292172
HSL300°32.52%51.76%
HSB/HSV300°46.51%67.45%
CMYK0.00%46.51%0.00%
32.55%

Color #AC5CAC in popluar number systems.

HEXAC5CAC
Decimal17292172
Binary10101100101110010101100
Octal254134254

Shades and tints

Shades of #AC5CAC

#AC5CAC
(172,92,172)
#9D549D
(157,84,157)
#8E4C8E
(142,76,142)
#7F447F
(127,68,127)
#703C70
(112,60,112)
#613461
(97,52,97)
#522C52
(82,44,82)
#432443
(67,36,67)
#341C34
(52,28,52)
#251425
(37,20,37)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #AC5CAC

#AC5CAC
(172,92,172)
#B36AB3
(179,106,179)
#BA78BA
(186,120,186)
#C186C1
(193,134,193)
#C894C8
(200,148,200)
#CFA2CF
(207,162,207)
#D6B0D6
(214,176,214)
#DDBEDD
(221,190,221)
#E4CCE4
(228,204,228)
#EBDAEB
(235,218,235)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5CAC; }

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

This text font color is #AC5CAC.


Background Color

.myBgColor { background-color: #AC5CAC; }

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

This div background color is #AC5CAC.


Border color

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

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

This div border color is #AC5CAC.


Opacity

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

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

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

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

This text has shadow with #AC5CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5CAC on black background.


Color preview on white background

This text has color #AC5CAC on white background.



Black color preview on #AC5CAC background

This text has black color on #AC5CAC background.


White color preview on #AC5CAC background

This text has white color on #AC5CAC background.