COLOR #AC8AE8

HEX: #AC8AE8
RGB: (172,138,232)

Color info

#AC8AE8 contains mainly blue color. Web safe color of #AC8AE8 is #9999FF (or #99F).

RGB color model

#AC8AE8 color RGB value is (172,138,232).

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

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 232 of 255 = 91%

172
138
232

R + G + B ~ 71%. #AC8AE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 232 = 542 (100%)
R 172 of 542 ~ 31.73%
G 138 of 542 ~ 25.46%
B 232 of 542 ~ 42.8%

%31.73
%25.46
%42.8

CMYK color model

#AC8AE8 color CMYK value is (26,41,0,9).

  • cyan value is 25.86%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(26,41,0,9)
C26M41Y0K9 
(26%,41%,0%,9%)
(0.26/0.41/0.00/0.09)	

CMYK percentages

%25.86
%40.52
%0
%9.02

Codes

Color #AC8AE8 in popluar color models

AC8AE8
RGB172138232
HSL262°67.14%72.55%
HSB/HSV262°40.52%90.98%
CMYK25.86%40.52%0.00%
9.02%

Color #AC8AE8 in popluar number systems.

HEXAC8AE8
Decimal172138232
Binary101011001000101011101000
Octal254212350

Shades and tints

Shades of #AC8AE8

#AC8AE8
(172,138,232)
#9D7ED3
(157,126,211)
#8E72BE
(142,114,190)
#7F66A9
(127,102,169)
#705A94
(112,90,148)
#614E7F
(97,78,127)
#52426A
(82,66,106)
#433655
(67,54,85)
#342A40
(52,42,64)
#251E2B
(37,30,43)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC8AE8

#AC8AE8
(172,138,232)
#B394EA
(179,148,234)
#BA9EEC
(186,158,236)
#C1A8EE
(193,168,238)
#C8B2F0
(200,178,240)
#CFBCF2
(207,188,242)
#D6C6F4
(214,198,244)
#DDD0F6
(221,208,246)
#E4DAF8
(228,218,248)
#EBE4FA
(235,228,250)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8AE8; }

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

This text font color is #AC8AE8.


Background Color

.myBgColor { background-color: #AC8AE8; }

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

This div background color is #AC8AE8.


Border color

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

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

This div border color is #AC8AE8.


Opacity

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

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

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

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

This text has shadow with #AC8AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8AE8 on black background.


Color preview on white background

This text has color #AC8AE8 on white background.



Black color preview on #AC8AE8 background

This text has black color on #AC8AE8 background.


White color preview on #AC8AE8 background

This text has white color on #AC8AE8 background.