COLOR #AC73A0

HEX: #AC73A0
RGB: (172,115,160)

Color info

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

RGB color model

#AC73A0 color RGB value is (172,115,160).

  • red value is 172;
  • green value is 115;
  • blue value is 160.
RGB:
(172,115,160)
(67%,45%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 160 of 255 = 63%

172
115
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 160 = 447 (100%)
R 172 of 447 ~ 38.48%
G 115 of 447 ~ 25.73%
B 160 of 447 ~ 35.79%

%38.48
%25.73
%35.79

CMYK color model

#AC73A0 color CMYK value is (0,33,7,33).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,33,7,33)
C0M33Y7K33 
(0%,33%,7%,33%)
(0.00/0.33/0.07/0.33)	

CMYK percentages

%0
%33.14
%6.98
%32.55

Codes

Color #AC73A0 in popluar color models

AC73A0
RGB172115160
HSL313°25.56%56.27%
HSB/HSV313°33.14%67.45%
CMYK0.00%33.14%6.98%
32.55%

Color #AC73A0 in popluar number systems.

HEXAC73A0
Decimal172115160
Binary10101100111001110100000
Octal254163240

Shades and tints

Shades of #AC73A0

#AC73A0
(172,115,160)
#9D6992
(157,105,146)
#8E5F84
(142,95,132)
#7F5576
(127,85,118)
#704B68
(112,75,104)
#61415A
(97,65,90)
#52374C
(82,55,76)
#432D3E
(67,45,62)
#342330
(52,35,48)
#251922
(37,25,34)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #AC73A0

#AC73A0
(172,115,160)
#B37FA8
(179,127,168)
#BA8BB0
(186,139,176)
#C197B8
(193,151,184)
#C8A3C0
(200,163,192)
#CFAFC8
(207,175,200)
#D6BBD0
(214,187,208)
#DDC7D8
(221,199,216)
#E4D3E0
(228,211,224)
#EBDFE8
(235,223,232)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC73A0; }

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

This text font color is #AC73A0.


Background Color

.myBgColor { background-color: #AC73A0; }

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

This div background color is #AC73A0.


Border color

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

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

This div border color is #AC73A0.


Opacity

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

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

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

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

This text has shadow with #AC73A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC73A0 on black background.


Color preview on white background

This text has color #AC73A0 on white background.



Black color preview on #AC73A0 background

This text has black color on #AC73A0 background.


White color preview on #AC73A0 background

This text has white color on #AC73A0 background.