COLOR #AC5C97

HEX: #AC5C97
RGB: (172,92,151)

Color info

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

RGB color model

#AC5C97 color RGB value is (172,92,151).

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

RGB channels and saturation

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

172
92
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 92 + 151 = 415 (100%)
R 172 of 415 ~ 41.45%
G 92 of 415 ~ 22.17%
B 151 of 415 ~ 36.39%

%41.45
%22.17
%36.39

CMYK color model

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

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

CMYK percentages

%0
%46.51
%12.21
%32.55

Codes

Color #AC5C97 in popluar color models

AC5C97
RGB17292151
HSL316°32.52%51.76%
HSB/HSV316°46.51%67.45%
CMYK0.00%46.51%12.21%
32.55%

Color #AC5C97 in popluar number systems.

HEXAC5C97
Decimal17292151
Binary10101100101110010010111
Octal254134227

Shades and tints

Shades of #AC5C97

#AC5C97
(172,92,151)
#9D548A
(157,84,138)
#8E4C7D
(142,76,125)
#7F4470
(127,68,112)
#703C63
(112,60,99)
#613456
(97,52,86)
#522C49
(82,44,73)
#43243C
(67,36,60)
#341C2F
(52,28,47)
#251422
(37,20,34)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #AC5C97

#AC5C97
(172,92,151)
#B36AA0
(179,106,160)
#BA78A9
(186,120,169)
#C186B2
(193,134,178)
#C894BB
(200,148,187)
#CFA2C4
(207,162,196)
#D6B0CD
(214,176,205)
#DDBED6
(221,190,214)
#E4CCDF
(228,204,223)
#EBDAE8
(235,218,232)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5C97; }

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

This text font color is #AC5C97.


Background Color

.myBgColor { background-color: #AC5C97; }

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

This div background color is #AC5C97.


Border color

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

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

This div border color is #AC5C97.


Opacity

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

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

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

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

This text has shadow with #AC5C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5C97 on black background.


Color preview on white background

This text has color #AC5C97 on white background.



Black color preview on #AC5C97 background

This text has black color on #AC5C97 background.


White color preview on #AC5C97 background

This text has white color on #AC5C97 background.