COLOR #AC6DA2

HEX: #AC6DA2
RGB: (172,109,162)

Color info

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

RGB color model

#AC6DA2 color RGB value is (172,109,162).

  • red value is 172;
  • green value is 109;
  • blue value is 162.
RGB:
(172,109,162)
(67%,43%,64%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 162 of 255 = 64%

172
109
162

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

Portions of RGB colors in percentages

R + G + B =
172 + 109 + 162 = 443 (100%)
R 172 of 443 ~ 38.83%
G 109 of 443 ~ 24.6%
B 162 of 443 ~ 36.57%

%38.83
%24.6
%36.57

CMYK color model

#AC6DA2 color CMYK value is (0,37,6,33).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 5.81%
  • key color value is 32.55%
CMYK:
(0,37,6,33)
C0M37Y6K33 
(0%,37%,6%,33%)
(0.00/0.37/0.06/0.33)	

CMYK percentages

%0
%36.63
%5.81
%32.55

Codes

Color #AC6DA2 in popluar color models

AC6DA2
RGB172109162
HSL310°27.51%55.10%
HSB/HSV310°36.63%67.45%
CMYK0.00%36.63%5.81%
32.55%

Color #AC6DA2 in popluar number systems.

HEXAC6DA2
Decimal172109162
Binary10101100110110110100010
Octal254155242

Shades and tints

Shades of #AC6DA2

#AC6DA2
(172,109,162)
#9D6494
(157,100,148)
#8E5B86
(142,91,134)
#7F5278
(127,82,120)
#70496A
(112,73,106)
#61405C
(97,64,92)
#52374E
(82,55,78)
#432E40
(67,46,64)
#342532
(52,37,50)
#251C24
(37,28,36)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #AC6DA2

#AC6DA2
(172,109,162)
#B37AAA
(179,122,170)
#BA87B2
(186,135,178)
#C194BA
(193,148,186)
#C8A1C2
(200,161,194)
#CFAECA
(207,174,202)
#D6BBD2
(214,187,210)
#DDC8DA
(221,200,218)
#E4D5E2
(228,213,226)
#EBE2EA
(235,226,234)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6DA2 color. Also use rgb(172,109,162) instead hex code.

Text Font Color

.myTextColor { color: #AC6DA2; }

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

This text font color is #AC6DA2.


Background Color

.myBgColor { background-color: #AC6DA2; }

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

This div background color is #AC6DA2.


Border color

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

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

This div border color is #AC6DA2.


Opacity

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

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

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

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

This text has shadow with #AC6DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6DA2 on black background.


Color preview on white background

This text has color #AC6DA2 on white background.



Black color preview on #AC6DA2 background

This text has black color on #AC6DA2 background.


White color preview on #AC6DA2 background

This text has white color on #AC6DA2 background.