COLOR #AC6EA9

HEX: #AC6EA9
RGB: (172,110,169)

Color info

#AC6EA9 contains mainly red and blue colors. Web safe color of #AC6EA9 is #996699 (or #969).

RGB color model

#AC6EA9 color RGB value is (172,110,169).

  • red value is 172;
  • green value is 110;
  • blue value is 169.
RGB:
(172,110,169)
(67%,43%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 110 of 255 = 43%
B 169 of 255 = 66%

172
110
169

R + G + B ~ 59%. #AC6EA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 110 + 169 = 451 (100%)
R 172 of 451 ~ 38.14%
G 110 of 451 ~ 24.39%
B 169 of 451 ~ 37.47%

%38.14
%24.39
%37.47

CMYK color model

#AC6EA9 color CMYK value is (0,36,2,33).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(0,36,2,33)
C0M36Y2K33 
(0%,36%,2%,33%)
(0.00/0.36/0.02/0.33)	

CMYK percentages

%0
%36.05
%1.74
%32.55

Codes

Color #AC6EA9 in popluar color models

AC6EA9
RGB172110169
HSL303°27.19%55.29%
HSB/HSV303°36.05%67.45%
CMYK0.00%36.05%1.74%
32.55%

Color #AC6EA9 in popluar number systems.

HEXAC6EA9
Decimal172110169
Binary10101100110111010101001
Octal254156251

Shades and tints

Shades of #AC6EA9

#AC6EA9
(172,110,169)
#9D649A
(157,100,154)
#8E5A8B
(142,90,139)
#7F507C
(127,80,124)
#70466D
(112,70,109)
#613C5E
(97,60,94)
#52324F
(82,50,79)
#432840
(67,40,64)
#341E31
(52,30,49)
#251422
(37,20,34)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #AC6EA9

#AC6EA9
(172,110,169)
#B37BB0
(179,123,176)
#BA88B7
(186,136,183)
#C195BE
(193,149,190)
#C8A2C5
(200,162,197)
#CFAFCC
(207,175,204)
#D6BCD3
(214,188,211)
#DDC9DA
(221,201,218)
#E4D6E1
(228,214,225)
#EBE3E8
(235,227,232)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6EA9 color. Also use rgb(172,110,169) instead hex code.

Text Font Color

.myTextColor { color: #AC6EA9; }

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

This text font color is #AC6EA9.


Background Color

.myBgColor { background-color: #AC6EA9; }

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

This div background color is #AC6EA9.


Border color

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

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

This div border color is #AC6EA9.


Opacity

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

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

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

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

This text has shadow with #AC6EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6EA9 on black background.


Color preview on white background

This text has color #AC6EA9 on white background.



Black color preview on #AC6EA9 background

This text has black color on #AC6EA9 background.


White color preview on #AC6EA9 background

This text has white color on #AC6EA9 background.