COLOR #AC72A8

HEX: #AC72A8
RGB: (172,114,168)

Color info

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

RGB color model

#AC72A8 color RGB value is (172,114,168).

  • red value is 172;
  • green value is 114;
  • blue value is 168.
RGB:
(172,114,168)
(67%,45%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 114 of 255 = 45%
B 168 of 255 = 66%

172
114
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 114 + 168 = 454 (100%)
R 172 of 454 ~ 37.89%
G 114 of 454 ~ 25.11%
B 168 of 454 ~ 37%

%37.89
%25.11
%37

CMYK color model

#AC72A8 color CMYK value is (0,34,2,33).

  • cyan value is 0.00%
  • magenta value is 33.72%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,34,2,33)
C0M34Y2K33 
(0%,34%,2%,33%)
(0.00/0.34/0.02/0.33)	

CMYK percentages

%0
%33.72
%2.33
%32.55

Codes

Color #AC72A8 in popluar color models

AC72A8
RGB172114168
HSL304°25.89%56.08%
HSB/HSV304°33.72%67.45%
CMYK0.00%33.72%2.33%
32.55%

Color #AC72A8 in popluar number systems.

HEXAC72A8
Decimal172114168
Binary10101100111001010101000
Octal254162250

Shades and tints

Shades of #AC72A8

#AC72A8
(172,114,168)
#9D6899
(157,104,153)
#8E5E8A
(142,94,138)
#7F547B
(127,84,123)
#704A6C
(112,74,108)
#61405D
(97,64,93)
#52364E
(82,54,78)
#432C3F
(67,44,63)
#342230
(52,34,48)
#251821
(37,24,33)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC72A8

#AC72A8
(172,114,168)
#B37EAF
(179,126,175)
#BA8AB6
(186,138,182)
#C196BD
(193,150,189)
#C8A2C4
(200,162,196)
#CFAECB
(207,174,203)
#D6BAD2
(214,186,210)
#DDC6D9
(221,198,217)
#E4D2E0
(228,210,224)
#EBDEE7
(235,222,231)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC72A8; }

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

This text font color is #AC72A8.


Background Color

.myBgColor { background-color: #AC72A8; }

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

This div background color is #AC72A8.


Border color

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

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

This div border color is #AC72A8.


Opacity

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

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

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

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

This text has shadow with #AC72A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC72A8 on black background.


Color preview on white background

This text has color #AC72A8 on white background.



Black color preview on #AC72A8 background

This text has black color on #AC72A8 background.


White color preview on #AC72A8 background

This text has white color on #AC72A8 background.