COLOR #AC71BA

HEX: #AC71BA RGB: (172,113,186)

Color info

#AC71BA contains mainly red and blue colors. Web safe color of #AC71BA is #9966CC (or #96C).

RGB color model

#AC71BA color RGB value is (172,113,186).

RGB: (172,113,186) (67%, 44%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 186 of 255 = 73%

172
113
186

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

Portions of RGB colors in percentages

R + G + B = 172 + 113 + 186 = 471 (100%)
R 172 of 471 ~ 36.52%
G 113 of 471 ~ 23.99%
B 186 of 471 ~ 39.49'%

%36.52
%23.99
%39.49

CMYK color model

#AC71BA color CMYK value is (8,39,0,27).

  • cyan value is 7.53%
  • magenta value is 39.25%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,39,0,27)
C8M39Y0K27 (8%, 39%, 0%, 27%)
(0.08 / 0.39 / 0.00 / 0.27)

CMYK percentages

%7.53
%39.25
%0
%27.06

Codes

Color #AC71BA in popluar color models

AC 71 BA
RGB 172 113 186
HSL 288° 34.60% 58.63%
HSB/HSV 288° 39.25% 72.94%
CMYK 7.53% 39.25% 0.00%
27.06%

Color #AC71BA in popluar number systems.

HEX AC 71 BA
Decimal 172 113 186
Binary 10101100 1110001 10111010
Octal 254 161 272

Shades and tints

Shades of #AC71BA

#AC71BA
(172,113,186)
#9D67AA
(157,103,170)
#8E5D9A
(142,93,154)
#7F538A
(127,83,138)
#70497A
(112,73,122)
#613F6A
(97,63,106)
#52355A
(82,53,90)
#432B4A
(67,43,74)
#34213A
(52,33,58)
#25172A
(37,23,42)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #AC71BA

#AC71BA
(172,113,186)
#B37DC0
(179,125,192)
#BA89C6
(186,137,198)
#C195CC
(193,149,204)
#C8A1D2
(200,161,210)
#CFADD8
(207,173,216)
#D6B9DE
(214,185,222)
#DDC5E4
(221,197,228)
#E4D1EA
(228,209,234)
#EBDDF0
(235,221,240)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC71BA; }

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

This text font color is #AC71BA.

Background Color

.myBgColor { background-color: #AC71BA; }

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

This div background color is #AC71BA.

Border color

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

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

This div border color is #AC71BA.

Opacity

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

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

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

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

This text has shadow with #AC71BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC71BA.

Preview

Color preview on black background

This text has color #AC71BA on black background.


Color preview on white background

This text has color #AC71BA on white background.


Black color preview on #AC71BA background

This text has black color on #AC71BA background.


White color preview on #AC71BA background

This text has white color on #AC71BA background.


Related colors

Complementary color

Complementary color for #hex is #538E45.


I love getcolorcode.com

Triadic colors

1 #BAAC71 and #71BAAC with #AC71BA are triadic colors.

2 #BA71AC and #71ACBA with #AC71BA are triadic colors.