COLOR #AC64A6

HEX: #AC64A6
RGB: (172,100,166)

Color info

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

RGB color model

#AC64A6 color RGB value is (172,100,166).

  • red value is 172;
  • green value is 100;
  • blue value is 166.
RGB:
(172,100,166)
(67%,39%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 100 of 255 = 39%
B 166 of 255 = 65%

172
100
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 100 + 166 = 438 (100%)
R 172 of 438 ~ 39.27%
G 100 of 438 ~ 22.83%
B 166 of 438 ~ 37.9%

%39.27
%22.83
%37.9

CMYK color model

#AC64A6 color CMYK value is (0,42,3,33).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 3.49%
  • key color value is 32.55%
CMYK:
(0,42,3,33)
C0M42Y3K33 
(0%,42%,3%,33%)
(0.00/0.42/0.03/0.33)	

CMYK percentages

%0
%41.86
%3.49
%32.55

Codes

Color #AC64A6 in popluar color models

AC64A6
RGB172100166
HSL305°30.25%53.33%
HSB/HSV305°41.86%67.45%
CMYK0.00%41.86%3.49%
32.55%

Color #AC64A6 in popluar number systems.

HEXAC64A6
Decimal172100166
Binary10101100110010010100110
Octal254144246

Shades and tints

Shades of #AC64A6

#AC64A6
(172,100,166)
#9D5B97
(157,91,151)
#8E5288
(142,82,136)
#7F4979
(127,73,121)
#70406A
(112,64,106)
#61375B
(97,55,91)
#522E4C
(82,46,76)
#43253D
(67,37,61)
#341C2E
(52,28,46)
#25131F
(37,19,31)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #AC64A6

#AC64A6
(172,100,166)
#B372AE
(179,114,174)
#BA80B6
(186,128,182)
#C18EBE
(193,142,190)
#C89CC6
(200,156,198)
#CFAACE
(207,170,206)
#D6B8D6
(214,184,214)
#DDC6DE
(221,198,222)
#E4D4E6
(228,212,230)
#EBE2EE
(235,226,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC64A6 color. Also use rgb(172,100,166) instead hex code.

Text Font Color

.myTextColor { color: #AC64A6; }

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

This text font color is #AC64A6.


Background Color

.myBgColor { background-color: #AC64A6; }

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

This div background color is #AC64A6.


Border color

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

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

This div border color is #AC64A6.


Opacity

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

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

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

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

This text has shadow with #AC64A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC64A6 on black background.


Color preview on white background

This text has color #AC64A6 on white background.



Black color preview on #AC64A6 background

This text has black color on #AC64A6 background.


White color preview on #AC64A6 background

This text has white color on #AC64A6 background.