COLOR #AC7EAD

HEX: #AC7EAD
RGB: (172,126,173)

Color info

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

RGB color model

#AC7EAD color RGB value is (172,126,173).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 173 of 255 = 68%

172
126
173

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 173 = 471 (100%)
R 172 of 471 ~ 36.52%
G 126 of 471 ~ 26.75%
B 173 of 471 ~ 36.73%

%36.52
%26.75
%36.73

CMYK color model

#AC7EAD color CMYK value is (1,27,0,32).

  • cyan value is 0.58%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,27,0,32)
C1M27Y0K32 
(1%,27%,0%,32%)
(0.01/0.27/0.00/0.32)	

CMYK percentages

%0.58
%27.17
%0
%32.16

Codes

Color #AC7EAD in popluar color models

AC7EAD
RGB172126173
HSL299°22.27%58.63%
HSB/HSV299°27.17%67.84%
CMYK0.58%27.17%0.00%
32.16%

Color #AC7EAD in popluar number systems.

HEXAC7EAD
Decimal172126173
Binary10101100111111010101101
Octal254176255

Shades and tints

Shades of #AC7EAD

#AC7EAD
(172,126,173)
#9D739E
(157,115,158)
#8E688F
(142,104,143)
#7F5D80
(127,93,128)
#705271
(112,82,113)
#614762
(97,71,98)
#523C53
(82,60,83)
#433144
(67,49,68)
#342635
(52,38,53)
#251B26
(37,27,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC7EAD

#AC7EAD
(172,126,173)
#B389B4
(179,137,180)
#BA94BB
(186,148,187)
#C19FC2
(193,159,194)
#C8AAC9
(200,170,201)
#CFB5D0
(207,181,208)
#D6C0D7
(214,192,215)
#DDCBDE
(221,203,222)
#E4D6E5
(228,214,229)
#EBE1EC
(235,225,236)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7EAD; }

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

This text font color is #AC7EAD.


Background Color

.myBgColor { background-color: #AC7EAD; }

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

This div background color is #AC7EAD.


Border color

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

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

This div border color is #AC7EAD.


Opacity

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

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

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

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

This text has shadow with #AC7EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7EAD on black background.


Color preview on white background

This text has color #AC7EAD on white background.



Black color preview on #AC7EAD background

This text has black color on #AC7EAD background.


White color preview on #AC7EAD background

This text has white color on #AC7EAD background.