COLOR #AC7FA8

HEX: #AC7FA8
RGB: (172,127,168)

Color info

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

RGB color model

#AC7FA8 color RGB value is (172,127,168).

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

RGB channels and saturation

R 172 of 255 = 67%
G 127 of 255 = 50%
B 168 of 255 = 66%

172
127
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 127 + 168 = 467 (100%)
R 172 of 467 ~ 36.83%
G 127 of 467 ~ 27.19%
B 168 of 467 ~ 35.97%

%36.83
%27.19
%35.97

CMYK color model

#AC7FA8 color CMYK value is (0,26,2,33).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,26,2,33)
C0M26Y2K33 
(0%,26%,2%,33%)
(0.00/0.26/0.02/0.33)	

CMYK percentages

%0
%26.16
%2.33
%32.55

Codes

Color #AC7FA8 in popluar color models

AC7FA8
RGB172127168
HSL305°21.33%58.63%
HSB/HSV305°26.16%67.45%
CMYK0.00%26.16%2.33%
32.55%

Color #AC7FA8 in popluar number systems.

HEXAC7FA8
Decimal172127168
Binary10101100111111110101000
Octal254177250

Shades and tints

Shades of #AC7FA8

#AC7FA8
(172,127,168)
#9D7499
(157,116,153)
#8E698A
(142,105,138)
#7F5E7B
(127,94,123)
#70536C
(112,83,108)
#61485D
(97,72,93)
#523D4E
(82,61,78)
#43323F
(67,50,63)
#342730
(52,39,48)
#251C21
(37,28,33)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #AC7FA8

#AC7FA8
(172,127,168)
#B38AAF
(179,138,175)
#BA95B6
(186,149,182)
#C1A0BD
(193,160,189)
#C8ABC4
(200,171,196)
#CFB6CB
(207,182,203)
#D6C1D2
(214,193,210)
#DDCCD9
(221,204,217)
#E4D7E0
(228,215,224)
#EBE2E7
(235,226,231)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7FA8; }

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

This text font color is #AC7FA8.


Background Color

.myBgColor { background-color: #AC7FA8; }

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

This div background color is #AC7FA8.


Border color

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

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

This div border color is #AC7FA8.


Opacity

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

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

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

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

This text has shadow with #AC7FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7FA8 on black background.


Color preview on white background

This text has color #AC7FA8 on white background.



Black color preview on #AC7FA8 background

This text has black color on #AC7FA8 background.


White color preview on #AC7FA8 background

This text has white color on #AC7FA8 background.