COLOR #ACA5F7

HEX: #ACA5F7
RGB: (172,165,247)

Color info

#ACA5F7 contains mainly blue color. Web safe color of #ACA5F7 is #9999FF (or #99F).

RGB color model

#ACA5F7 color RGB value is (172,165,247).

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

RGB channels and saturation

R 172 of 255 = 67%
G 165 of 255 = 65%
B 247 of 255 = 97%

172
165
247

R + G + B ~ 76%. #ACA5F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 165 + 247 = 584 (100%)
R 172 of 584 ~ 29.45%
G 165 of 584 ~ 28.25%
B 247 of 584 ~ 42.29%

%29.45
%28.25
%42.29

CMYK color model

#ACA5F7 color CMYK value is (30,33,0,3).

  • cyan value is 30.36%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,33,0,3)
C30M33Y0K3 
(30%,33%,0%,3%)
(0.30/0.33/0.00/0.03)	

CMYK percentages

%30.36
%33.2
%0
%3.14

Codes

Color #ACA5F7 in popluar color models

ACA5F7
RGB172165247
HSL245°83.67%80.78%
HSB/HSV245°33.20%96.86%
CMYK30.36%33.20%0.00%
3.14%

Color #ACA5F7 in popluar number systems.

HEXACA5F7
Decimal172165247
Binary101011001010010111110111
Octal254245367

Shades and tints

Shades of #ACA5F7

#ACA5F7
(172,165,247)
#9D96E1
(157,150,225)
#8E87CB
(142,135,203)
#7F78B5
(127,120,181)
#70699F
(112,105,159)
#615A89
(97,90,137)
#524B73
(82,75,115)
#433C5D
(67,60,93)
#342D47
(52,45,71)
#251E31
(37,30,49)
#160F1B
(22,15,27)
#000000
(0,0,0)

Tints of #ACA5F7

#ACA5F7
(172,165,247)
#B3ADF7
(179,173,247)
#BAB5F7
(186,181,247)
#C1BDF7
(193,189,247)
#C8C5F7
(200,197,247)
#CFCDF7
(207,205,247)
#D6D5F7
(214,213,247)
#DDDDF7
(221,221,247)
#E4E5F7
(228,229,247)
#EBEDF7
(235,237,247)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA5F7; }

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

This text font color is #ACA5F7.


Background Color

.myBgColor { background-color: #ACA5F7; }

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

This div background color is #ACA5F7.


Border color

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

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

This div border color is #ACA5F7.


Opacity

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

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

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

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

This text has shadow with #ACA5F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA5F7 on black background.


Color preview on white background

This text has color #ACA5F7 on white background.



Black color preview on #ACA5F7 background

This text has black color on #ACA5F7 background.


White color preview on #ACA5F7 background

This text has white color on #ACA5F7 background.