COLOR #AC85DF

HEX: #AC85DF RGB: (172,133,223)

Color info

#AC85DF contains mainly red and blue colors. Web safe color of #AC85DF is #9999CC (or #99C).

RGB color model

#AC85DF color RGB value is (172,133,223).

RGB: (172,133,223) (67%, 52%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 223 of 255 = 87%

172
133
223

R + G + B ~ 69%. #AC85DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 133 + 223 = 528 (100%)
R 172 of 528 ~ 32.58%
G 133 of 528 ~ 25.19%
B 223 of 528 ~ 42.23'%

%32.58
%25.19
%42.23

CMYK color model

#AC85DF color CMYK value is (23,40,0,13).

  • cyan value is 22.87%
  • magenta value is 40.36%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,40,0,13)
C23M40Y0K13 (23%, 40%, 0%, 13%)
(0.23 / 0.40 / 0.00 / 0.13)

CMYK percentages

%22.87
%40.36
%0
%12.55

Codes

Color #AC85DF in popluar color models

AC 85 DF
RGB 172 133 223
HSL 266° 58.44% 69.80%
HSB/HSV 266° 40.36% 87.45%
CMYK 22.87% 40.36% 0.00%
12.55%

Color #AC85DF in popluar number systems.

HEX AC 85 DF
Decimal 172 133 223
Binary 10101100 10000101 11011111
Octal 254 205 337

Shades and tints

Shades of #AC85DF

#AC85DF
(172,133,223)
#9D79CB
(157,121,203)
#8E6DB7
(142,109,183)
#7F61A3
(127,97,163)
#70558F
(112,85,143)
#61497B
(97,73,123)
#523D67
(82,61,103)
#433153
(67,49,83)
#34253F
(52,37,63)
#25192B
(37,25,43)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #AC85DF

#AC85DF
(172,133,223)
#B390E1
(179,144,225)
#BA9BE3
(186,155,227)
#C1A6E5
(193,166,229)
#C8B1E7
(200,177,231)
#CFBCE9
(207,188,233)
#D6C7EB
(214,199,235)
#DDD2ED
(221,210,237)
#E4DDEF
(228,221,239)
#EBE8F1
(235,232,241)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC85DF color. Also use rgb(172,133,223) instead hex code.

Text Font Color

.myTextColor { color: #AC85DF; }

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

This text font color is #AC85DF.

Background Color

.myBgColor { background-color: #AC85DF; }

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

This div background color is #AC85DF.

Border color

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

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

This div border color is #AC85DF.

Opacity

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

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

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

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

This text has shadow with #AC85DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC85DF.

Preview

Color preview on black background

This text has color #AC85DF on black background.


Color preview on white background

This text has color #AC85DF on white background.


Black color preview on #AC85DF background

This text has black color on #AC85DF background.


White color preview on #AC85DF background

This text has white color on #AC85DF background.


Related colors

Complementary color

Complementary color for #hex is #537A20.


I love getcolorcode.com

Triadic colors

1 #DFAC85 and #85DFAC with #AC85DF are triadic colors.

2 #DF85AC and #85ACDF with #AC85DF are triadic colors.