COLOR #AC7EAF

HEX: #AC7EAF
RGB: (172,126,175)

Color info

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

RGB color model

#AC7EAF color RGB value is (172,126,175).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 175 of 255 = 69%

172
126
175

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 175 = 473 (100%)
R 172 of 473 ~ 36.36%
G 126 of 473 ~ 26.64%
B 175 of 473 ~ 37%

%36.36
%26.64
%37

CMYK color model

#AC7EAF color CMYK value is (2,28,0,31).

  • cyan value is 1.71%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,28,0,31)
C2M28Y0K31 
(2%,28%,0%,31%)
(0.02/0.28/0.00/0.31)	

CMYK percentages

%1.71
%28
%0
%31.37

Codes

Color #AC7EAF in popluar color models

AC7EAF
RGB172126175
HSL296°23.44%59.02%
HSB/HSV296°28.00%68.63%
CMYK1.71%28.00%0.00%
31.37%

Color #AC7EAF in popluar number systems.

HEXAC7EAF
Decimal172126175
Binary10101100111111010101111
Octal254176257

Shades and tints

Shades of #AC7EAF

#AC7EAF
(172,126,175)
#9D73A0
(157,115,160)
#8E6891
(142,104,145)
#7F5D82
(127,93,130)
#705273
(112,82,115)
#614764
(97,71,100)
#523C55
(82,60,85)
#433146
(67,49,70)
#342637
(52,38,55)
#251B28
(37,27,40)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #AC7EAF

#AC7EAF
(172,126,175)
#B389B6
(179,137,182)
#BA94BD
(186,148,189)
#C19FC4
(193,159,196)
#C8AACB
(200,170,203)
#CFB5D2
(207,181,210)
#D6C0D9
(214,192,217)
#DDCBE0
(221,203,224)
#E4D6E7
(228,214,231)
#EBE1EE
(235,225,238)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7EAF; }

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

This text font color is #AC7EAF.


Background Color

.myBgColor { background-color: #AC7EAF; }

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

This div background color is #AC7EAF.


Border color

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

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

This div border color is #AC7EAF.


Opacity

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

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

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

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

This text has shadow with #AC7EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EAF on black background.


Color preview on white background

This text has color #AC7EAF on white background.



Black color preview on #AC7EAF background

This text has black color on #AC7EAF background.


White color preview on #AC7EAF background

This text has white color on #AC7EAF background.