COLOR #AC7FAF

HEX: #AC7FAF
RGB: (172,127,175)

Color info

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

RGB color model

#AC7FAF color RGB value is (172,127,175).

  • red value is 172;
  • green value is 127;
  • blue value is 175.
RGB:
(172,127,175)
(67%,50%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 127 of 255 = 50%
B 175 of 255 = 69%

172
127
175

R + G + B ~ 62%. #AC7FAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 127 + 175 = 474 (100%)
R 172 of 474 ~ 36.29%
G 127 of 474 ~ 26.79%
B 175 of 474 ~ 36.92%

%36.29
%26.79
%36.92

CMYK color model

#AC7FAF color CMYK value is (2,27,0,31).

  • cyan value is 1.71%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,27,0,31)
C2M27Y0K31 
(2%,27%,0%,31%)
(0.02/0.27/0.00/0.31)	

CMYK percentages

%1.71
%27.43
%0
%31.37

Codes

Color #AC7FAF in popluar color models

AC7FAF
RGB172127175
HSL296°23.08%59.22%
HSB/HSV296°27.43%68.63%
CMYK1.71%27.43%0.00%
31.37%

Color #AC7FAF in popluar number systems.

HEXAC7FAF
Decimal172127175
Binary10101100111111110101111
Octal254177257

Shades and tints

Shades of #AC7FAF

#AC7FAF
(172,127,175)
#9D74A0
(157,116,160)
#8E6991
(142,105,145)
#7F5E82
(127,94,130)
#705373
(112,83,115)
#614864
(97,72,100)
#523D55
(82,61,85)
#433246
(67,50,70)
#342737
(52,39,55)
#251C28
(37,28,40)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #AC7FAF

#AC7FAF
(172,127,175)
#B38AB6
(179,138,182)
#BA95BD
(186,149,189)
#C1A0C4
(193,160,196)
#C8ABCB
(200,171,203)
#CFB6D2
(207,182,210)
#D6C1D9
(214,193,217)
#DDCCE0
(221,204,224)
#E4D7E7
(228,215,231)
#EBE2EE
(235,226,238)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7FAF color. Also use rgb(172,127,175) instead hex code.

Text Font Color

.myTextColor { color: #AC7FAF; }

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

This text font color is #AC7FAF.


Background Color

.myBgColor { background-color: #AC7FAF; }

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

This div background color is #AC7FAF.


Border color

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

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

This div border color is #AC7FAF.


Opacity

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

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

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

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

This text has shadow with #AC7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7FAF on black background.


Color preview on white background

This text has color #AC7FAF on white background.



Black color preview on #AC7FAF background

This text has black color on #AC7FAF background.


White color preview on #AC7FAF background

This text has white color on #AC7FAF background.