COLOR #AC68B5

HEX: #AC68B5
RGB: (172,104,181)

Color info

#AC68B5 contains mainly red and blue colors. Web safe color of #AC68B5 is #9966CC (or #96C).

RGB color model

#AC68B5 color RGB value is (172,104,181).

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

RGB channels and saturation

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

172
104
181

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

Portions of RGB colors in percentages

R + G + B =
172 + 104 + 181 = 457 (100%)
R 172 of 457 ~ 37.64%
G 104 of 457 ~ 22.76%
B 181 of 457 ~ 39.61%

%37.64
%22.76
%39.61

CMYK color model

#AC68B5 color CMYK value is (5,43,0,29).

  • cyan value is 4.97%
  • magenta value is 42.54%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(5,43,0,29)
C5M43Y0K29 
(5%,43%,0%,29%)
(0.05/0.43/0.00/0.29)	

CMYK percentages

%4.97
%42.54
%0
%29.02

Codes

Color #AC68B5 in popluar color models

AC68B5
RGB172104181
HSL293°34.22%55.88%
HSB/HSV293°42.54%70.98%
CMYK4.97%42.54%0.00%
29.02%

Color #AC68B5 in popluar number systems.

HEXAC68B5
Decimal172104181
Binary10101100110100010110101
Octal254150265

Shades and tints

Shades of #AC68B5

#AC68B5
(172,104,181)
#9D5FA5
(157,95,165)
#8E5695
(142,86,149)
#7F4D85
(127,77,133)
#704475
(112,68,117)
#613B65
(97,59,101)
#523255
(82,50,85)
#432945
(67,41,69)
#342035
(52,32,53)
#251725
(37,23,37)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #AC68B5

#AC68B5
(172,104,181)
#B375BB
(179,117,187)
#BA82C1
(186,130,193)
#C18FC7
(193,143,199)
#C89CCD
(200,156,205)
#CFA9D3
(207,169,211)
#D6B6D9
(214,182,217)
#DDC3DF
(221,195,223)
#E4D0E5
(228,208,229)
#EBDDEB
(235,221,235)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC68B5; }

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

This text font color is #AC68B5.


Background Color

.myBgColor { background-color: #AC68B5; }

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

This div background color is #AC68B5.


Border color

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

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

This div border color is #AC68B5.


Opacity

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

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

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

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

This text has shadow with #AC68B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC68B5 on black background.


Color preview on white background

This text has color #AC68B5 on white background.



Black color preview on #AC68B5 background

This text has black color on #AC68B5 background.


White color preview on #AC68B5 background

This text has white color on #AC68B5 background.