COLOR #AC69A3

HEX: #AC69A3
RGB: (172,105,163)

Color info

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

RGB color model

#AC69A3 color RGB value is (172,105,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 105 of 255 = 41%
B 163 of 255 = 64%

172
105
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 105 + 163 = 440 (100%)
R 172 of 440 ~ 39.09%
G 105 of 440 ~ 23.86%
B 163 of 440 ~ 37.05%

%39.09
%23.86
%37.05

CMYK color model

#AC69A3 color CMYK value is (0,39,5,33).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,39,5,33)
C0M39Y5K33 
(0%,39%,5%,33%)
(0.00/0.39/0.05/0.33)	

CMYK percentages

%0
%38.95
%5.23
%32.55

Codes

Color #AC69A3 in popluar color models

AC69A3
RGB172105163
HSL308°28.76%54.31%
HSB/HSV308°38.95%67.45%
CMYK0.00%38.95%5.23%
32.55%

Color #AC69A3 in popluar number systems.

HEXAC69A3
Decimal172105163
Binary10101100110100110100011
Octal254151243

Shades and tints

Shades of #AC69A3

#AC69A3
(172,105,163)
#9D6095
(157,96,149)
#8E5787
(142,87,135)
#7F4E79
(127,78,121)
#70456B
(112,69,107)
#613C5D
(97,60,93)
#52334F
(82,51,79)
#432A41
(67,42,65)
#342133
(52,33,51)
#251825
(37,24,37)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #AC69A3

#AC69A3
(172,105,163)
#B376AB
(179,118,171)
#BA83B3
(186,131,179)
#C190BB
(193,144,187)
#C89DC3
(200,157,195)
#CFAACB
(207,170,203)
#D6B7D3
(214,183,211)
#DDC4DB
(221,196,219)
#E4D1E3
(228,209,227)
#EBDEEB
(235,222,235)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC69A3; }

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

This text font color is #AC69A3.


Background Color

.myBgColor { background-color: #AC69A3; }

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

This div background color is #AC69A3.


Border color

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

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

This div border color is #AC69A3.


Opacity

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

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

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

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

This text has shadow with #AC69A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC69A3 on black background.


Color preview on white background

This text has color #AC69A3 on white background.



Black color preview on #AC69A3 background

This text has black color on #AC69A3 background.


White color preview on #AC69A3 background

This text has white color on #AC69A3 background.