COLOR #AC66D3

HEX: #AC66D3 RGB: (172,102,211)

Color info

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

RGB color model

#AC66D3 color RGB value is (172,102,211).

RGB: (172,102,211) (67%, 40%, 83%)

RGB channels and saturation

R 172 of 255 = 67%
G 102 of 255 = 40%
B 211 of 255 = 83%

172
102
211

R + G + B ~ 63%. #AC66D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 102 + 211 = 485 (100%)
R 172 of 485 ~ 35.46%
G 102 of 485 ~ 21.03%
B 211 of 485 ~ 43.51'%

%35.46
%21.03
%43.51

CMYK color model

#AC66D3 color CMYK value is (18,52,0,17).

  • cyan value is 18.48%
  • magenta value is 51.66%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (18,52,0,17) C18M52Y0K17 (18%,52%,0%,17%) (0.18/0.52/0.00/0.17) 

CMYK percentages

%18.48
%51.66
%0
%17.25

Codes

Color #AC66D3 in popluar color models

AC 66 D3
RGB 172 102 211
HSL 279° 55.33% 61.37%
HSB/HSV 279° 51.66% 82.75%
CMYK 18.48% 51.66% 0.00%
17.25%

Color #AC66D3 in popluar number systems.

HEX AC 66 D3
Decimal 172 102 211
Binary 10101100 1100110 11010011
Octal 254 146 323

Shades and tints

Shades of #AC66D3

#AC66D3
(172,102,211)
#9D5DC0
(157,93,192)
#8E54AD
(142,84,173)
#7F4B9A
(127,75,154)
#704287
(112,66,135)
#613974
(97,57,116)
#523061
(82,48,97)
#43274E
(67,39,78)
#341E3B
(52,30,59)
#251528
(37,21,40)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #AC66D3

#AC66D3
(172,102,211)
#B373D7
(179,115,215)
#BA80DB
(186,128,219)
#C18DDF
(193,141,223)
#C89AE3
(200,154,227)
#CFA7E7
(207,167,231)
#D6B4EB
(214,180,235)
#DDC1EF
(221,193,239)
#E4CEF3
(228,206,243)
#EBDBF7
(235,219,247)
#F2E8FB
(242,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC66D3; }

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

This text font color is #AC66D3.

Background Color

.myBgColor { background-color: #AC66D3; }

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

This div background color is #AC66D3.

Border color

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

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

This div border color is #AC66D3.

Opacity

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

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

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

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

This text has shadow with #AC66D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC66D3.

Preview

Color preview on black background

This text has color #AC66D3 on black background.


Color preview on white background

This text has color #AC66D3 on white background.


Black color preview on #AC66D3 background

This text has black color on #AC66D3 background.


White color preview on #AC66D3 background

This text has white color on #AC66D3 background.


Related colors

Complementary color

Complementary color for #hex is #53992C.


I love getcolorcode.com

Triadic colors

1 #D3AC66 and #66D3AC with #AC66D3 are triadic colors.

2 #D366AC and #66ACD3 with #AC66D3 are triadic colors.