COLOR #AC8AC4

HEX: #AC8AC4
RGB: (172,138,196)

Color info

#AC8AC4 contains red, green and blue colors in about the same proportion. Web safe color of #AC8AC4 is #9999CC (or #99C).

RGB color model

#AC8AC4 color RGB value is (172,138,196).

  • red value is 172;
  • green value is 138;
  • blue value is 196.
RGB:
(172,138,196)
(67%,54%,77%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 196 of 255 = 77%

172
138
196

R + G + B ~ 66%. #AC8AC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 196 = 506 (100%)
R 172 of 506 ~ 33.99%
G 138 of 506 ~ 27.27%
B 196 of 506 ~ 38.74%

%33.99
%27.27
%38.74

CMYK color model

#AC8AC4 color CMYK value is (12,30,0,23).

  • cyan value is 12.24%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(12,30,0,23)
C12M30Y0K23 
(12%,30%,0%,23%)
(0.12/0.30/0.00/0.23)	

CMYK percentages

%12.24
%29.59
%0
%23.14

Codes

Color #AC8AC4 in popluar color models

AC8AC4
RGB172138196
HSL275°32.95%65.49%
HSB/HSV275°29.59%76.86%
CMYK12.24%29.59%0.00%
23.14%

Color #AC8AC4 in popluar number systems.

HEXAC8AC4
Decimal172138196
Binary101011001000101011000100
Octal254212304

Shades and tints

Shades of #AC8AC4

#AC8AC4
(172,138,196)
#9D7EB3
(157,126,179)
#8E72A2
(142,114,162)
#7F6691
(127,102,145)
#705A80
(112,90,128)
#614E6F
(97,78,111)
#52425E
(82,66,94)
#43364D
(67,54,77)
#342A3C
(52,42,60)
#251E2B
(37,30,43)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #AC8AC4

#AC8AC4
(172,138,196)
#B394C9
(179,148,201)
#BA9ECE
(186,158,206)
#C1A8D3
(193,168,211)
#C8B2D8
(200,178,216)
#CFBCDD
(207,188,221)
#D6C6E2
(214,198,226)
#DDD0E7
(221,208,231)
#E4DAEC
(228,218,236)
#EBE4F1
(235,228,241)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8AC4 color. Also use rgb(172,138,196) instead hex code.

Text Font Color

.myTextColor { color: #AC8AC4; }

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

This text font color is #AC8AC4.


Background Color

.myBgColor { background-color: #AC8AC4; }

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

This div background color is #AC8AC4.


Border color

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

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

This div border color is #AC8AC4.


Opacity

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

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

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

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

This text has shadow with #AC8AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8AC4 on black background.


Color preview on white background

This text has color #AC8AC4 on white background.



Black color preview on #AC8AC4 background

This text has black color on #AC8AC4 background.


White color preview on #AC8AC4 background

This text has white color on #AC8AC4 background.