COLOR #AC66E3

HEX: #AC66E3 RGB: (172,102,227)

Color info

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

RGB color model

#AC66E3 color RGB value is (172,102,227).

RGB: (172,102,227) (67%, 40%, 89%)

RGB channels and saturation

R 172 of 255 = 67%
G 102 of 255 = 40%
B 227 of 255 = 89%

172
102
227

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

Portions of RGB colors in percentages

R + G + B = 172 + 102 + 227 = 501 (100%)
R 172 of 501 ~ 34.33%
G 102 of 501 ~ 20.36%
B 227 of 501 ~ 45.31'%

%34.33
%20.36
%45.31

CMYK color model

#AC66E3 color CMYK value is (24,55,0,11).

  • cyan value is 24.23%
  • magenta value is 55.07%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (24,55,0,11)
C24M55Y0K11 (24%, 55%, 0%, 11%)
(0.24 / 0.55 / 0.00 / 0.11)

CMYK percentages

%24.23
%55.07
%0
%10.98

Codes

Color #AC66E3 in popluar color models

AC 66 E3
RGB 172 102 227
HSL 274° 69.06% 64.51%
HSB/HSV 274° 55.07% 89.02%
CMYK 24.23% 55.07% 0.00%
10.98%

Color #AC66E3 in popluar number systems.

HEX AC 66 E3
Decimal 172 102 227
Binary 10101100 1100110 11100011
Octal 254 146 343

Shades and tints

Shades of #AC66E3

#AC66E3
(172,102,227)
#9D5DCF
(157,93,207)
#8E54BB
(142,84,187)
#7F4BA7
(127,75,167)
#704293
(112,66,147)
#61397F
(97,57,127)
#52306B
(82,48,107)
#432757
(67,39,87)
#341E43
(52,30,67)
#25152F
(37,21,47)
#160C1B
(22,12,27)
#000000
(0,0,0)

Tints of #AC66E3

#AC66E3
(172,102,227)
#B373E5
(179,115,229)
#BA80E7
(186,128,231)
#C18DE9
(193,141,233)
#C89AEB
(200,154,235)
#CFA7ED
(207,167,237)
#D6B4EF
(214,180,239)
#DDC1F1
(221,193,241)
#E4CEF3
(228,206,243)
#EBDBF5
(235,219,245)
#F2E8F7
(242,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC66E3 color. Also use rgb(172,102,227) instead hex code.

Text Font Color

.myTextColor { color: #AC66E3; }

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

This text font color is #AC66E3.

Background Color

.myBgColor { background-color: #AC66E3; }

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

This div background color is #AC66E3.

Border color

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

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

This div border color is #AC66E3.

Opacity

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

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

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

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

This text has shadow with #AC66E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC66E3.

Preview

Color preview on black background

This text has color #AC66E3 on black background.


Color preview on white background

This text has color #AC66E3 on white background.


Black color preview on #AC66E3 background

This text has black color on #AC66E3 background.


White color preview on #AC66E3 background

This text has white color on #AC66E3 background.


Related colors

Complementary color

Complementary color for #hex is #53991C.


I love getcolorcode.com

Triadic colors

1 #E3AC66 and #66E3AC with #AC66E3 are triadic colors.

2 #E366AC and #66ACE3 with #AC66E3 are triadic colors.