COLOR #AC6FA3

HEX: #AC6FA3
RGB: (172,111,163)

Color info

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

RGB color model

#AC6FA3 color RGB value is (172,111,163).

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

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 163 of 255 = 64%

172
111
163

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

Portions of RGB colors in percentages

R + G + B =
172 + 111 + 163 = 446 (100%)
R 172 of 446 ~ 38.57%
G 111 of 446 ~ 24.89%
B 163 of 446 ~ 36.55%

%38.57
%24.89
%36.55

CMYK color model

#AC6FA3 color CMYK value is (0,35,5,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 5.23%
  • key color value is 32.55%
CMYK:
(0,35,5,33)
C0M35Y5K33 
(0%,35%,5%,33%)
(0.00/0.35/0.05/0.33)	

CMYK percentages

%0
%35.47
%5.23
%32.55

Codes

Color #AC6FA3 in popluar color models

AC6FA3
RGB172111163
HSL309°26.87%55.49%
HSB/HSV309°35.47%67.45%
CMYK0.00%35.47%5.23%
32.55%

Color #AC6FA3 in popluar number systems.

HEXAC6FA3
Decimal172111163
Binary10101100110111110100011
Octal254157243

Shades and tints

Shades of #AC6FA3

#AC6FA3
(172,111,163)
#9D6595
(157,101,149)
#8E5B87
(142,91,135)
#7F5179
(127,81,121)
#70476B
(112,71,107)
#613D5D
(97,61,93)
#52334F
(82,51,79)
#432941
(67,41,65)
#341F33
(52,31,51)
#251525
(37,21,37)
#160B17
(22,11,23)
#000000
(0,0,0)

Tints of #AC6FA3

#AC6FA3
(172,111,163)
#B37CAB
(179,124,171)
#BA89B3
(186,137,179)
#C196BB
(193,150,187)
#C8A3C3
(200,163,195)
#CFB0CB
(207,176,203)
#D6BDD3
(214,189,211)
#DDCADB
(221,202,219)
#E4D7E3
(228,215,227)
#EBE4EB
(235,228,235)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6FA3; }

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

This text font color is #AC6FA3.


Background Color

.myBgColor { background-color: #AC6FA3; }

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

This div background color is #AC6FA3.


Border color

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

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

This div border color is #AC6FA3.


Opacity

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

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

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

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

This text has shadow with #AC6FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6FA3 on black background.


Color preview on white background

This text has color #AC6FA3 on white background.



Black color preview on #AC6FA3 background

This text has black color on #AC6FA3 background.


White color preview on #AC6FA3 background

This text has white color on #AC6FA3 background.