COLOR #AC69E0

HEX: #AC69E0
RGB: (172,105,224)

Color info

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

RGB color model

#AC69E0 color RGB value is (172,105,224).

  • red value is 172;
  • green value is 105;
  • blue value is 224.
RGB:
(172,105,224)
(67%,41%,88%)

RGB channels and saturation

R 172 of 255 = 67%
G 105 of 255 = 41%
B 224 of 255 = 88%

172
105
224

R + G + B ~ 65%. #AC69E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 105 + 224 = 501 (100%)
R 172 of 501 ~ 34.33%
G 105 of 501 ~ 20.96%
B 224 of 501 ~ 44.71%

%34.33
%20.96
%44.71

CMYK color model

#AC69E0 color CMYK value is (23,53,0,12).

  • cyan value is 23.21%
  • magenta value is 53.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(23,53,0,12)
C23M53Y0K12 
(23%,53%,0%,12%)
(0.23/0.53/0.00/0.12)	

CMYK percentages

%23.21
%53.13
%0
%12.16

Codes

Color #AC69E0 in popluar color models

AC69E0
RGB172105224
HSL274°65.75%64.51%
HSB/HSV274°53.13%87.84%
CMYK23.21%53.13%0.00%
12.16%

Color #AC69E0 in popluar number systems.

HEXAC69E0
Decimal172105224
Binary10101100110100111100000
Octal254151340

Shades and tints

Shades of #AC69E0

#AC69E0
(172,105,224)
#9D60CC
(157,96,204)
#8E57B8
(142,87,184)
#7F4EA4
(127,78,164)
#704590
(112,69,144)
#613C7C
(97,60,124)
#523368
(82,51,104)
#432A54
(67,42,84)
#342140
(52,33,64)
#25182C
(37,24,44)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #AC69E0

#AC69E0
(172,105,224)
#B376E2
(179,118,226)
#BA83E4
(186,131,228)
#C190E6
(193,144,230)
#C89DE8
(200,157,232)
#CFAAEA
(207,170,234)
#D6B7EC
(214,183,236)
#DDC4EE
(221,196,238)
#E4D1F0
(228,209,240)
#EBDEF2
(235,222,242)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC69E0 color. Also use rgb(172,105,224) instead hex code.

Text Font Color

.myTextColor { color: #AC69E0; }

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

This text font color is #AC69E0.


Background Color

.myBgColor { background-color: #AC69E0; }

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

This div background color is #AC69E0.


Border color

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

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

This div border color is #AC69E0.


Opacity

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

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

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

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

This text has shadow with #AC69E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC69E0 on black background.


Color preview on white background

This text has color #AC69E0 on white background.



Black color preview on #AC69E0 background

This text has black color on #AC69E0 background.


White color preview on #AC69E0 background

This text has white color on #AC69E0 background.