COLOR #AC72B2

HEX: #AC72B2
RGB: (172,114,178)

Color info

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

RGB color model

#AC72B2 color RGB value is (172,114,178).

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

RGB channels and saturation

R 172 of 255 = 67%
G 114 of 255 = 45%
B 178 of 255 = 70%

172
114
178

R + G + B ~ 61%. #AC72B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 114 + 178 = 464 (100%)
R 172 of 464 ~ 37.07%
G 114 of 464 ~ 24.57%
B 178 of 464 ~ 38.36%

%37.07
%24.57
%38.36

CMYK color model

#AC72B2 color CMYK value is (3,36,0,30).

  • cyan value is 3.37%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(3,36,0,30)
C3M36Y0K30 
(3%,36%,0%,30%)
(0.03/0.36/0.00/0.30)	

CMYK percentages

%3.37
%35.96
%0
%30.2

Codes

Color #AC72B2 in popluar color models

AC72B2
RGB172114178
HSL294°29.36%57.25%
HSB/HSV294°35.96%69.80%
CMYK3.37%35.96%0.00%
30.20%

Color #AC72B2 in popluar number systems.

HEXAC72B2
Decimal172114178
Binary10101100111001010110010
Octal254162262

Shades and tints

Shades of #AC72B2

#AC72B2
(172,114,178)
#9D68A2
(157,104,162)
#8E5E92
(142,94,146)
#7F5482
(127,84,130)
#704A72
(112,74,114)
#614062
(97,64,98)
#523652
(82,54,82)
#432C42
(67,44,66)
#342232
(52,34,50)
#251822
(37,24,34)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC72B2

#AC72B2
(172,114,178)
#B37EB9
(179,126,185)
#BA8AC0
(186,138,192)
#C196C7
(193,150,199)
#C8A2CE
(200,162,206)
#CFAED5
(207,174,213)
#D6BADC
(214,186,220)
#DDC6E3
(221,198,227)
#E4D2EA
(228,210,234)
#EBDEF1
(235,222,241)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC72B2; }

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

This text font color is #AC72B2.


Background Color

.myBgColor { background-color: #AC72B2; }

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

This div background color is #AC72B2.


Border color

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

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

This div border color is #AC72B2.


Opacity

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

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

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

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

This text has shadow with #AC72B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC72B2 on black background.


Color preview on white background

This text has color #AC72B2 on white background.



Black color preview on #AC72B2 background

This text has black color on #AC72B2 background.


White color preview on #AC72B2 background

This text has white color on #AC72B2 background.