COLOR #AC68AC

HEX: #AC68AC
RGB: (172,104,172)

Color info

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

RGB color model

#AC68AC color RGB value is (172,104,172).

  • red value is 172;
  • green value is 104;
  • blue value is 172.
RGB:
(172,104,172)
(67%,41%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 104 of 255 = 41%
B 172 of 255 = 67%

172
104
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 104 + 172 = 448 (100%)
R 172 of 448 ~ 38.39%
G 104 of 448 ~ 23.21%
B 172 of 448 ~ 38.39%

%38.39
%23.21
%38.39

CMYK color model

#AC68AC color CMYK value is (0,40,0,33).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(0,40,0,33)
C0M40Y0K33 
(0%,40%,0%,33%)
(0.00/0.40/0.00/0.33)	

CMYK percentages

%0
%39.53
%0
%32.55

Codes

Color #AC68AC in popluar color models

AC68AC
RGB172104172
HSL300°29.06%54.12%
HSB/HSV300°39.53%67.45%
CMYK0.00%39.53%0.00%
32.55%

Color #AC68AC in popluar number systems.

HEXAC68AC
Decimal172104172
Binary10101100110100010101100
Octal254150254

Shades and tints

Shades of #AC68AC

#AC68AC
(172,104,172)
#9D5F9D
(157,95,157)
#8E568E
(142,86,142)
#7F4D7F
(127,77,127)
#704470
(112,68,112)
#613B61
(97,59,97)
#523252
(82,50,82)
#432943
(67,41,67)
#342034
(52,32,52)
#251725
(37,23,37)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #AC68AC

#AC68AC
(172,104,172)
#B375B3
(179,117,179)
#BA82BA
(186,130,186)
#C18FC1
(193,143,193)
#C89CC8
(200,156,200)
#CFA9CF
(207,169,207)
#D6B6D6
(214,182,214)
#DDC3DD
(221,195,221)
#E4D0E4
(228,208,228)
#EBDDEB
(235,221,235)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC68AC; }

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

This text font color is #AC68AC.


Background Color

.myBgColor { background-color: #AC68AC; }

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

This div background color is #AC68AC.


Border color

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

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

This div border color is #AC68AC.


Opacity

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

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

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

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

This text has shadow with #AC68AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC68AC on black background.


Color preview on white background

This text has color #AC68AC on white background.



Black color preview on #AC68AC background

This text has black color on #AC68AC background.


White color preview on #AC68AC background

This text has white color on #AC68AC background.