COLOR #ACA5E5

HEX: #ACA5E5
RGB: (172,165,229)

Color info

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

RGB color model

#ACA5E5 color RGB value is (172,165,229).

  • red value is 172;
  • green value is 165;
  • blue value is 229.
RGB:
(172,165,229)
(67%,65%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 229 of 255 = 90%

172
165
229

R + G + B ~ 74%. #ACA5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 229 = 566 (100%)
R 172 of 566 ~ 30.39%
G 165 of 566 ~ 29.15%
B 229 of 566 ~ 40.46%

%30.39
%29.15
%40.46

CMYK color model

#ACA5E5 color CMYK value is (25,28,0,10).

  • cyan value is 24.89%
  • magenta value is 27.95%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,28,0,10)
C25M28Y0K10 
(25%,28%,0%,10%)
(0.25/0.28/0.00/0.10)	

CMYK percentages

%24.89
%27.95
%0
%10.2

Codes

Color #ACA5E5 in popluar color models

ACA5E5
RGB172165229
HSL247°55.17%77.25%
HSB/HSV247°27.95%89.80%
CMYK24.89%27.95%0.00%
10.20%

Color #ACA5E5 in popluar number systems.

HEXACA5E5
Decimal172165229
Binary101011001010010111100101
Octal254245345

Shades and tints

Shades of #ACA5E5

#ACA5E5
(172,165,229)
#9D96D1
(157,150,209)
#8E87BD
(142,135,189)
#7F78A9
(127,120,169)
#706995
(112,105,149)
#615A81
(97,90,129)
#524B6D
(82,75,109)
#433C59
(67,60,89)
#342D45
(52,45,69)
#251E31
(37,30,49)
#160F1D
(22,15,29)
#000000
(0,0,0)

Tints of #ACA5E5

#ACA5E5
(172,165,229)
#B3ADE7
(179,173,231)
#BAB5E9
(186,181,233)
#C1BDEB
(193,189,235)
#C8C5ED
(200,197,237)
#CFCDEF
(207,205,239)
#D6D5F1
(214,213,241)
#DDDDF3
(221,221,243)
#E4E5F5
(228,229,245)
#EBEDF7
(235,237,247)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA5E5 color. Also use rgb(172,165,229) instead hex code.

Text Font Color

.myTextColor { color: #ACA5E5; }

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

This text font color is #ACA5E5.


Background Color

.myBgColor { background-color: #ACA5E5; }

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

This div background color is #ACA5E5.


Border color

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

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

This div border color is #ACA5E5.


Opacity

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

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

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

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

This text has shadow with #ACA5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5E5 on black background.


Color preview on white background

This text has color #ACA5E5 on white background.



Black color preview on #ACA5E5 background

This text has black color on #ACA5E5 background.


White color preview on #ACA5E5 background

This text has white color on #ACA5E5 background.