COLOR #ACA1E1

HEX: #ACA1E1 RGB: (172,161,225)

Color info

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

RGB color model

#ACA1E1 color RGB value is (172,161,225).

RGB: (172,161,225) (67%, 63%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 225 of 255 = 88%

172
161
225

R + G + B ~ 73%. #ACA1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 161 + 225 = 558 (100%)
R 172 of 558 ~ 30.82%
G 161 of 558 ~ 28.85%
B 225 of 558 ~ 40.32'%

%30.82
%28.85
%40.32

CMYK color model

#ACA1E1 color CMYK value is (24,28,0,12).

  • cyan value is 23.56%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,28,0,12)
C24M28Y0K12 (24%, 28%, 0%, 12%)
(0.24 / 0.28 / 0.00 / 0.12)

CMYK percentages

%23.56
%28.44
%0
%11.76

Codes

Color #ACA1E1 in popluar color models

AC A1 E1
RGB 172 161 225
HSL 250° 51.61% 75.69%
HSB/HSV 250° 28.44% 88.24%
CMYK 23.56% 28.44% 0.00%
11.76%

Color #ACA1E1 in popluar number systems.

HEX AC A1 E1
Decimal 172 161 225
Binary 10101100 10100001 11100001
Octal 254 241 341

Shades and tints

Shades of #ACA1E1

#ACA1E1
(172,161,225)
#9D93CD
(157,147,205)
#8E85B9
(142,133,185)
#7F77A5
(127,119,165)
#706991
(112,105,145)
#615B7D
(97,91,125)
#524D69
(82,77,105)
#433F55
(67,63,85)
#343141
(52,49,65)
#25232D
(37,35,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACA1E1

#ACA1E1
(172,161,225)
#B3A9E3
(179,169,227)
#BAB1E5
(186,177,229)
#C1B9E7
(193,185,231)
#C8C1E9
(200,193,233)
#CFC9EB
(207,201,235)
#D6D1ED
(214,209,237)
#DDD9EF
(221,217,239)
#E4E1F1
(228,225,241)
#EBE9F3
(235,233,243)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA1E1 color. Also use rgb(172,161,225) instead hex code.

Text Font Color

.myTextColor { color: #ACA1E1; }

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

This text font color is #ACA1E1.

Background Color

.myBgColor { background-color: #ACA1E1; }

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

This div background color is #ACA1E1.

Border color

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

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

This div border color is #ACA1E1.

Opacity

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

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

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

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

This text has shadow with #ACA1E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA1E1.

Preview

Color preview on black background

This text has color #ACA1E1 on black background.


Color preview on white background

This text has color #ACA1E1 on white background.


Black color preview on #ACA1E1 background

This text has black color on #ACA1E1 background.


White color preview on #ACA1E1 background

This text has white color on #ACA1E1 background.


Related colors

Complementary color

Complementary color for #hex is #535E1E.


I love getcolorcode.com

Triadic colors

1 #E1ACA1 and #A1E1AC with #ACA1E1 are triadic colors.

2 #E1A1AC and #A1ACE1 with #ACA1E1 are triadic colors.