COLOR #AC71AA

HEX: #AC71AA RGB: (172,113,170)

Color info

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

RGB color model

#AC71AA color RGB value is (172,113,170).

RGB: (172,113,170) (67%, 44%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 170 of 255 = 67%

172
113
170

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

Portions of RGB colors in percentages

R + G + B = 172 + 113 + 170 = 455 (100%)
R 172 of 455 ~ 37.8%
G 113 of 455 ~ 24.84%
B 170 of 455 ~ 37.36'%

%37.8
%24.84
%37.36

CMYK color model

#AC71AA color CMYK value is (0,34,1,33).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 1.16%
  • key color value is 32.55%

CMYK: (0,34,1,33)
C0M34Y1K33 (0%, 34%, 1%, 33%)
(0.00 / 0.34 / 0.01 / 0.33)

CMYK percentages

%0
%34.3
%1.16
%32.55

Codes

Color #AC71AA in popluar color models

AC 71 AA
RGB 172 113 170
HSL 302° 26.22% 55.88%
HSB/HSV 302° 34.30% 67.45%
CMYK 0.00% 34.30% 1.16%
32.55%

Color #AC71AA in popluar number systems.

HEX AC 71 AA
Decimal 172 113 170
Binary 10101100 1110001 10101010
Octal 254 161 252

Shades and tints

Shades of #AC71AA

#AC71AA
(172,113,170)
#9D679B
(157,103,155)
#8E5D8C
(142,93,140)
#7F537D
(127,83,125)
#70496E
(112,73,110)
#613F5F
(97,63,95)
#523550
(82,53,80)
#432B41
(67,43,65)
#342132
(52,33,50)
#251723
(37,23,35)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #AC71AA

#AC71AA
(172,113,170)
#B37DB1
(179,125,177)
#BA89B8
(186,137,184)
#C195BF
(193,149,191)
#C8A1C6
(200,161,198)
#CFADCD
(207,173,205)
#D6B9D4
(214,185,212)
#DDC5DB
(221,197,219)
#E4D1E2
(228,209,226)
#EBDDE9
(235,221,233)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC71AA color. Also use rgb(172,113,170) instead hex code.

Text Font Color

.myTextColor { color: #AC71AA; }

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

This text font color is #AC71AA.

Background Color

.myBgColor { background-color: #AC71AA; }

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

This div background color is #AC71AA.

Border color

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

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

This div border color is #AC71AA.

Opacity

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

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

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

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

This text has shadow with #AC71AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC71AA.

Preview

Color preview on black background

This text has color #AC71AA on black background.


Color preview on white background

This text has color #AC71AA on white background.


Black color preview on #AC71AA background

This text has black color on #AC71AA background.


White color preview on #AC71AA background

This text has white color on #AC71AA background.


Related colors

Complementary color

Complementary color for #hex is #538E55.


I love getcolorcode.com

Triadic colors

1 #AAAC71 and #71AAAC with #AC71AA are triadic colors.

2 #AA71AC and #71ACAA with #AC71AA are triadic colors.