COLOR #AC73A3

HEX: #AC73A3
RGB: (172,115,163)

Color info

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

RGB color model

#AC73A3 color RGB value is (172,115,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 115 of 255 = 45%
B 163 of 255 = 64%

172
115
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 115 + 163 = 450 (100%)
R 172 of 450 ~ 38.22%
G 115 of 450 ~ 25.56%
B 163 of 450 ~ 36.22%

%38.22
%25.56
%36.22

CMYK color model

#AC73A3 color CMYK value is (0,33,5,33).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,33,5,33)
C0M33Y5K33 
(0%,33%,5%,33%)
(0.00/0.33/0.05/0.33)	

CMYK percentages

%0
%33.14
%5.23
%32.55

Codes

Color #AC73A3 in popluar color models

AC73A3
RGB172115163
HSL309°25.56%56.27%
HSB/HSV309°33.14%67.45%
CMYK0.00%33.14%5.23%
32.55%

Color #AC73A3 in popluar number systems.

HEXAC73A3
Decimal172115163
Binary10101100111001110100011
Octal254163243

Shades and tints

Shades of #AC73A3

#AC73A3
(172,115,163)
#9D6995
(157,105,149)
#8E5F87
(142,95,135)
#7F5579
(127,85,121)
#704B6B
(112,75,107)
#61415D
(97,65,93)
#52374F
(82,55,79)
#432D41
(67,45,65)
#342333
(52,35,51)
#251925
(37,25,37)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #AC73A3

#AC73A3
(172,115,163)
#B37FAB
(179,127,171)
#BA8BB3
(186,139,179)
#C197BB
(193,151,187)
#C8A3C3
(200,163,195)
#CFAFCB
(207,175,203)
#D6BBD3
(214,187,211)
#DDC7DB
(221,199,219)
#E4D3E3
(228,211,227)
#EBDFEB
(235,223,235)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC73A3; }

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

This text font color is #AC73A3.


Background Color

.myBgColor { background-color: #AC73A3; }

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

This div background color is #AC73A3.


Border color

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

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

This div border color is #AC73A3.


Opacity

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

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

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

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

This text has shadow with #AC73A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC73A3 on black background.


Color preview on white background

This text has color #AC73A3 on white background.



Black color preview on #AC73A3 background

This text has black color on #AC73A3 background.


White color preview on #AC73A3 background

This text has white color on #AC73A3 background.