COLOR #AC9FE0

HEX: #AC9FE0 RGB: (172,159,224)

Color info

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

RGB color model

#AC9FE0 color RGB value is (172,159,224).

RGB: (172,159,224) (67%, 62%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 224 of 255 = 88%

172
159
224

R + G + B ~ 72%. #AC9FE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 159 + 224 = 555 (100%)
R 172 of 555 ~ 30.99%
G 159 of 555 ~ 28.65%
B 224 of 555 ~ 40.36'%

%30.99
%28.65
%40.36

CMYK color model

#AC9FE0 color CMYK value is (23,29,0,12).

  • cyan value is 23.21%
  • magenta value is 29.02%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (23,29,0,12)
C23M29Y0K12 (23%, 29%, 0%, 12%)
(0.23 / 0.29 / 0.00 / 0.12)

CMYK percentages

%23.21
%29.02
%0
%12.16

Codes

Color #AC9FE0 in popluar color models

AC 9F E0
RGB 172 159 224
HSL 252° 51.18% 75.10%
HSB/HSV 252° 29.02% 87.84%
CMYK 23.21% 29.02% 0.00%
12.16%

Color #AC9FE0 in popluar number systems.

HEX AC 9F E0
Decimal 172 159 224
Binary 10101100 10011111 11100000
Octal 254 237 340

Shades and tints

Shades of #AC9FE0

#AC9FE0
(172,159,224)
#9D91CC
(157,145,204)
#8E83B8
(142,131,184)
#7F75A4
(127,117,164)
#706790
(112,103,144)
#61597C
(97,89,124)
#524B68
(82,75,104)
#433D54
(67,61,84)
#342F40
(52,47,64)
#25212C
(37,33,44)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #AC9FE0

#AC9FE0
(172,159,224)
#B3A7E2
(179,167,226)
#BAAFE4
(186,175,228)
#C1B7E6
(193,183,230)
#C8BFE8
(200,191,232)
#CFC7EA
(207,199,234)
#D6CFEC
(214,207,236)
#DDD7EE
(221,215,238)
#E4DFF0
(228,223,240)
#EBE7F2
(235,231,242)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9FE0; }

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

This text font color is #AC9FE0.

Background Color

.myBgColor { background-color: #AC9FE0; }

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

This div background color is #AC9FE0.

Border color

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

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

This div border color is #AC9FE0.

Opacity

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

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

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

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

This text has shadow with #AC9FE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9FE0.

Preview

Color preview on black background

This text has color #AC9FE0 on black background.


Color preview on white background

This text has color #AC9FE0 on white background.


Black color preview on #AC9FE0 background

This text has black color on #AC9FE0 background.


White color preview on #AC9FE0 background

This text has white color on #AC9FE0 background.


Related colors

Complementary color

Complementary color for #hex is #53601F.


I love getcolorcode.com

Triadic colors

1 #E0AC9F and #9FE0AC with #AC9FE0 are triadic colors.

2 #E09FAC and #9FACE0 with #AC9FE0 are triadic colors.