COLOR #AC6AAB

HEX: #AC6AAB
RGB: (172,106,171)

Color info

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

RGB color model

#AC6AAB color RGB value is (172,106,171).

  • red value is 172;
  • green value is 106;
  • blue value is 171.
RGB:
(172,106,171)
(67%,42%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 106 of 255 = 42%
B 171 of 255 = 67%

172
106
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 106 + 171 = 449 (100%)
R 172 of 449 ~ 38.31%
G 106 of 449 ~ 23.61%
B 171 of 449 ~ 38.08%

%38.31
%23.61
%38.08

CMYK color model

#AC6AAB color CMYK value is (0,38,1,33).

  • cyan value is 0.00%
  • magenta value is 38.37%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(0,38,1,33)
C0M38Y1K33 
(0%,38%,1%,33%)
(0.00/0.38/0.01/0.33)	

CMYK percentages

%0
%38.37
%0.58
%32.55

Codes

Color #AC6AAB in popluar color models

AC6AAB
RGB172106171
HSL301°28.45%54.51%
HSB/HSV301°38.37%67.45%
CMYK0.00%38.37%0.58%
32.55%

Color #AC6AAB in popluar number systems.

HEXAC6AAB
Decimal172106171
Binary10101100110101010101011
Octal254152253

Shades and tints

Shades of #AC6AAB

#AC6AAB
(172,106,171)
#9D619C
(157,97,156)
#8E588D
(142,88,141)
#7F4F7E
(127,79,126)
#70466F
(112,70,111)
#613D60
(97,61,96)
#523451
(82,52,81)
#432B42
(67,43,66)
#342233
(52,34,51)
#251924
(37,25,36)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #AC6AAB

#AC6AAB
(172,106,171)
#B377B2
(179,119,178)
#BA84B9
(186,132,185)
#C191C0
(193,145,192)
#C89EC7
(200,158,199)
#CFABCE
(207,171,206)
#D6B8D5
(214,184,213)
#DDC5DC
(221,197,220)
#E4D2E3
(228,210,227)
#EBDFEA
(235,223,234)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6AAB color. Also use rgb(172,106,171) instead hex code.

Text Font Color

.myTextColor { color: #AC6AAB; }

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

This text font color is #AC6AAB.


Background Color

.myBgColor { background-color: #AC6AAB; }

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

This div background color is #AC6AAB.


Border color

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

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

This div border color is #AC6AAB.


Opacity

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

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

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

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

This text has shadow with #AC6AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6AAB on black background.


Color preview on white background

This text has color #AC6AAB on white background.



Black color preview on #AC6AAB background

This text has black color on #AC6AAB background.


White color preview on #AC6AAB background

This text has white color on #AC6AAB background.