COLOR #A4A5D7

HEX: #A4A5D7
RGB: (164,165,215)

Color info

#A4A5D7 contains red, green and blue colors in about the same proportion. Web safe color of #A4A5D7 is #9999CC (or #99C).

RGB color model

#A4A5D7 color RGB value is (164,165,215).

  • red value is 164;
  • green value is 165;
  • blue value is 215.
RGB:
(164,165,215)
(64%,65%,84%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 215 of 255 = 84%

164
165
215

R + G + B ~ 71%. #A4A5D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 215 = 544 (100%)
R 164 of 544 ~ 30.15%
G 165 of 544 ~ 30.33%
B 215 of 544 ~ 39.52%

%30.15
%30.33
%39.52

CMYK color model

#A4A5D7 color CMYK value is (24,23,0,16).

  • cyan value is 23.72%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,23,0,16)
C24M23Y0K16 
(24%,23%,0%,16%)
(0.24/0.23/0.00/0.16)	

CMYK percentages

%23.72
%23.26
%0
%15.69

Codes

Color #A4A5D7 in popluar color models

A4A5D7
RGB164165215
HSL239°38.93%74.31%
HSB/HSV239°23.72%84.31%
CMYK23.72%23.26%0.00%
15.69%

Color #A4A5D7 in popluar number systems.

HEXA4A5D7
Decimal164165215
Binary101001001010010111010111
Octal244245327

Shades and tints

Shades of #A4A5D7

#A4A5D7
(164,165,215)
#9696C4
(150,150,196)
#8887B1
(136,135,177)
#7A789E
(122,120,158)
#6C698B
(108,105,139)
#5E5A78
(94,90,120)
#504B65
(80,75,101)
#423C52
(66,60,82)
#342D3F
(52,45,63)
#261E2C
(38,30,44)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #A4A5D7

#A4A5D7
(164,165,215)
#ACADDA
(172,173,218)
#B4B5DD
(180,181,221)
#BCBDE0
(188,189,224)
#C4C5E3
(196,197,227)
#CCCDE6
(204,205,230)
#D4D5E9
(212,213,233)
#DCDDEC
(220,221,236)
#E4E5EF
(228,229,239)
#ECEDF2
(236,237,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A5D7 color. Also use rgb(164,165,215) instead hex code.

Text Font Color

.myTextColor { color: #A4A5D7; }

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

This text font color is #A4A5D7.


Background Color

.myBgColor { background-color: #A4A5D7; }

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

This div background color is #A4A5D7.


Border color

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

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

This div border color is #A4A5D7.


Opacity

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

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

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

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

This text has shadow with #A4A5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A5D7 on black background.


Color preview on white background

This text has color #A4A5D7 on white background.



Black color preview on #A4A5D7 background

This text has black color on #A4A5D7 background.


White color preview on #A4A5D7 background

This text has white color on #A4A5D7 background.