COLOR #AC6FC6

HEX: #AC6FC6
RGB: (172,111,198)

Color info

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

RGB color model

#AC6FC6 color RGB value is (172,111,198).

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

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 198 of 255 = 78%

172
111
198

R + G + B ~ 63%. #AC6FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 111 + 198 = 481 (100%)
R 172 of 481 ~ 35.76%
G 111 of 481 ~ 23.08%
B 198 of 481 ~ 41.16%

%35.76
%23.08
%41.16

CMYK color model

#AC6FC6 color CMYK value is (13,44,0,22).

  • cyan value is 13.13%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(13,44,0,22)
C13M44Y0K22 
(13%,44%,0%,22%)
(0.13/0.44/0.00/0.22)	

CMYK percentages

%13.13
%43.94
%0
%22.35

Codes

Color #AC6FC6 in popluar color models

AC6FC6
RGB172111198
HSL282°43.28%60.59%
HSB/HSV282°43.94%77.65%
CMYK13.13%43.94%0.00%
22.35%

Color #AC6FC6 in popluar number systems.

HEXAC6FC6
Decimal172111198
Binary10101100110111111000110
Octal254157306

Shades and tints

Shades of #AC6FC6

#AC6FC6
(172,111,198)
#9D65B4
(157,101,180)
#8E5BA2
(142,91,162)
#7F5190
(127,81,144)
#70477E
(112,71,126)
#613D6C
(97,61,108)
#52335A
(82,51,90)
#432948
(67,41,72)
#341F36
(52,31,54)
#251524
(37,21,36)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #AC6FC6

#AC6FC6
(172,111,198)
#B37CCB
(179,124,203)
#BA89D0
(186,137,208)
#C196D5
(193,150,213)
#C8A3DA
(200,163,218)
#CFB0DF
(207,176,223)
#D6BDE4
(214,189,228)
#DDCAE9
(221,202,233)
#E4D7EE
(228,215,238)
#EBE4F3
(235,228,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6FC6; }

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

This text font color is #AC6FC6.


Background Color

.myBgColor { background-color: #AC6FC6; }

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

This div background color is #AC6FC6.


Border color

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

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

This div border color is #AC6FC6.


Opacity

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

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

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

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

This text has shadow with #AC6FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6FC6 on black background.


Color preview on white background

This text has color #AC6FC6 on white background.



Black color preview on #AC6FC6 background

This text has black color on #AC6FC6 background.


White color preview on #AC6FC6 background

This text has white color on #AC6FC6 background.