COLOR #AC7A9B

HEX: #AC7A9B
RGB: (172,122,155)

Color info

#AC7A9B contains red, green and blue colors in about the same proportion. Web safe color of #AC7A9B is #996699 (or #969).

RGB color model

#AC7A9B color RGB value is (172,122,155).

  • red value is 172;
  • green value is 122;
  • blue value is 155.
RGB:
(172,122,155)
(67%,48%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 122 of 255 = 48%
B 155 of 255 = 61%

172
122
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 122 + 155 = 449 (100%)
R 172 of 449 ~ 38.31%
G 122 of 449 ~ 27.17%
B 155 of 449 ~ 34.52%

%38.31
%27.17
%34.52

CMYK color model

#AC7A9B color CMYK value is (0,29,10,33).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,29,10,33)
C0M29Y10K33 
(0%,29%,10%,33%)
(0.00/0.29/0.10/0.33)	

CMYK percentages

%0
%29.07
%9.88
%32.55

Codes

Color #AC7A9B in popluar color models

AC7A9B
RGB172122155
HSL320°23.15%57.65%
HSB/HSV320°29.07%67.45%
CMYK0.00%29.07%9.88%
32.55%

Color #AC7A9B in popluar number systems.

HEXAC7A9B
Decimal172122155
Binary10101100111101010011011
Octal254172233

Shades and tints

Shades of #AC7A9B

#AC7A9B
(172,122,155)
#9D6F8D
(157,111,141)
#8E647F
(142,100,127)
#7F5971
(127,89,113)
#704E63
(112,78,99)
#614355
(97,67,85)
#523847
(82,56,71)
#432D39
(67,45,57)
#34222B
(52,34,43)
#25171D
(37,23,29)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #AC7A9B

#AC7A9B
(172,122,155)
#B386A4
(179,134,164)
#BA92AD
(186,146,173)
#C19EB6
(193,158,182)
#C8AABF
(200,170,191)
#CFB6C8
(207,182,200)
#D6C2D1
(214,194,209)
#DDCEDA
(221,206,218)
#E4DAE3
(228,218,227)
#EBE6EC
(235,230,236)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7A9B; }

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

This text font color is #AC7A9B.


Background Color

.myBgColor { background-color: #AC7A9B; }

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

This div background color is #AC7A9B.


Border color

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

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

This div border color is #AC7A9B.


Opacity

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

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

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

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

This text has shadow with #AC7A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7A9B on black background.


Color preview on white background

This text has color #AC7A9B on white background.



Black color preview on #AC7A9B background

This text has black color on #AC7A9B background.


White color preview on #AC7A9B background

This text has white color on #AC7A9B background.