COLOR #AC6BB1

HEX: #AC6BB1
RGB: (172,107,177)

Color info

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

RGB color model

#AC6BB1 color RGB value is (172,107,177).

  • red value is 172;
  • green value is 107;
  • blue value is 177.
RGB: (172,107,177) (67%,42%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 107 of 255 = 42%
B 177 of 255 = 69%

172
107
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 107 + 177 = 456 (100%)
R 172 of 456 ~ 37.72%
G 107 of 456 ~ 23.46%
B 177 of 456 ~ 38.82%

%37.72
%23.46
%38.82

CMYK color model

#AC6BB1 color CMYK value is (3,40,0,31).

  • cyan value is 2.82%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (3,40,0,31) C3M40Y0K31 (3%,40%,0%,31%) (0.03/0.40/0.00/0.31)

CMYK percentages

%2.82
%39.55
%0
%30.59

Codes

Color #AC6BB1 in popluar color models

AC6BB1
RGB172107177
HSL296°30.97%55.69%
HSB/HSV296°39.55%69.41%
CMYK2.82%39.55%0.00%
30.59%

Color #AC6BB1 in popluar number systems.

HEXAC6BB1
Decimal172107177
Binary10101100110101110110001
Octal254153261

Shades and tints

Shades of #AC6BB1

#AC6BB1
(172,107,177)
#9D62A1
(157,98,161)
#8E5991
(142,89,145)
#7F5081
(127,80,129)
#704771
(112,71,113)
#613E61
(97,62,97)
#523551
(82,53,81)
#432C41
(67,44,65)
#342331
(52,35,49)
#251A21
(37,26,33)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC6BB1

#AC6BB1
(172,107,177)
#B378B8
(179,120,184)
#BA85BF
(186,133,191)
#C192C6
(193,146,198)
#C89FCD
(200,159,205)
#CFACD4
(207,172,212)
#D6B9DB
(214,185,219)
#DDC6E2
(221,198,226)
#E4D3E9
(228,211,233)
#EBE0F0
(235,224,240)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6BB1; }

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

This text font color is #AC6BB1.


Background Color

.myBgColor { background-color: #AC6BB1; }

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

This div background color is #AC6BB1.


Border color

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

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

This div border color is #AC6BB1.


Opacity

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

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

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

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

This text has shadow with #AC6BB1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AC6BB1 on black background.


Color preview on white background

This text has color #AC6BB1 on white background.



Black color preview on #AC6BB1 background

This text has black color on #AC6BB1 background.


White color preview on #AC6BB1 background

This text has white color on #AC6BB1 background.