COLOR #AC85C4

HEX: #AC85C4 RGB: (172,133,196)

Color info

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

RGB color model

#AC85C4 color RGB value is (172,133,196).

RGB: (172,133,196) (67%, 52%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 196 of 255 = 77%

172
133
196

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

Portions of RGB colors in percentages

R + G + B = 172 + 133 + 196 = 501 (100%)
R 172 of 501 ~ 34.33%
G 133 of 501 ~ 26.55%
B 196 of 501 ~ 39.12'%

%34.33
%26.55
%39.12

CMYK color model

#AC85C4 color CMYK value is (12,32,0,23).

  • cyan value is 12.24%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (12,32,0,23)
C12M32Y0K23 (12%, 32%, 0%, 23%)
(0.12 / 0.32 / 0.00 / 0.23)

CMYK percentages

%12.24
%32.14
%0
%23.14

Codes

Color #AC85C4 in popluar color models

AC 85 C4
RGB 172 133 196
HSL 277° 34.81% 64.51%
HSB/HSV 277° 32.14% 76.86%
CMYK 12.24% 32.14% 0.00%
23.14%

Color #AC85C4 in popluar number systems.

HEX AC 85 C4
Decimal 172 133 196
Binary 10101100 10000101 11000100
Octal 254 205 304

Shades and tints

Shades of #AC85C4

#AC85C4
(172,133,196)
#9D79B3
(157,121,179)
#8E6DA2
(142,109,162)
#7F6191
(127,97,145)
#705580
(112,85,128)
#61496F
(97,73,111)
#523D5E
(82,61,94)
#43314D
(67,49,77)
#34253C
(52,37,60)
#25192B
(37,25,43)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #AC85C4

#AC85C4
(172,133,196)
#B390C9
(179,144,201)
#BA9BCE
(186,155,206)
#C1A6D3
(193,166,211)
#C8B1D8
(200,177,216)
#CFBCDD
(207,188,221)
#D6C7E2
(214,199,226)
#DDD2E7
(221,210,231)
#E4DDEC
(228,221,236)
#EBE8F1
(235,232,241)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC85C4; }

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

This text font color is #AC85C4.

Background Color

.myBgColor { background-color: #AC85C4; }

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

This div background color is #AC85C4.

Border color

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

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

This div border color is #AC85C4.

Opacity

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

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

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

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

This text has shadow with #AC85C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC85C4.

Preview

Color preview on black background

This text has color #AC85C4 on black background.


Color preview on white background

This text has color #AC85C4 on white background.


Black color preview on #AC85C4 background

This text has black color on #AC85C4 background.


White color preview on #AC85C4 background

This text has white color on #AC85C4 background.


Related colors

Complementary color

Complementary color for #hex is #537A3B.


I love getcolorcode.com

Triadic colors

1 #C4AC85 and #85C4AC with #AC85C4 are triadic colors.

2 #C485AC and #85ACC4 with #AC85C4 are triadic colors.