COLOR #A5A7DA

HEX: #A5A7DA
RGB: (165,167,218)

Color info

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

RGB color model

#A5A7DA color RGB value is (165,167,218).

  • red value is 165;
  • green value is 167;
  • blue value is 218.
RGB:
(165,167,218)
(65%,65%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 218 of 255 = 85%

165
167
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 218 = 550 (100%)
R 165 of 550 ~ 30%
G 167 of 550 ~ 30.36%
B 218 of 550 ~ 39.64%

%30
%30.36
%39.64

CMYK color model

#A5A7DA color CMYK value is (24,23,0,15).

  • cyan value is 24.31%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,23,0,15)
C24M23Y0K15 
(24%,23%,0%,15%)
(0.24/0.23/0.00/0.15)	

CMYK percentages

%24.31
%23.39
%0
%14.51

Codes

Color #A5A7DA in popluar color models

A5A7DA
RGB165167218
HSL238°41.73%75.10%
HSB/HSV238°24.31%85.49%
CMYK24.31%23.39%0.00%
14.51%

Color #A5A7DA in popluar number systems.

HEXA5A7DA
Decimal165167218
Binary101001011010011111011010
Octal245247332

Shades and tints

Shades of #A5A7DA

#A5A7DA
(165,167,218)
#9698C7
(150,152,199)
#8789B4
(135,137,180)
#787AA1
(120,122,161)
#696B8E
(105,107,142)
#5A5C7B
(90,92,123)
#4B4D68
(75,77,104)
#3C3E55
(60,62,85)
#2D2F42
(45,47,66)
#1E202F
(30,32,47)
#0F111C
(15,17,28)
#000000
(0,0,0)

Tints of #A5A7DA

#A5A7DA
(165,167,218)
#ADAFDD
(173,175,221)
#B5B7E0
(181,183,224)
#BDBFE3
(189,191,227)
#C5C7E6
(197,199,230)
#CDCFE9
(205,207,233)
#D5D7EC
(213,215,236)
#DDDFEF
(221,223,239)
#E5E7F2
(229,231,242)
#EDEFF5
(237,239,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A7DA color. Also use rgb(165,167,218) instead hex code.

Text Font Color

.myTextColor { color: #A5A7DA; }

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

This text font color is #A5A7DA.


Background Color

.myBgColor { background-color: #A5A7DA; }

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

This div background color is #A5A7DA.


Border color

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

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

This div border color is #A5A7DA.


Opacity

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

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

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

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

This text has shadow with #A5A7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A7DA on black background.


Color preview on white background

This text has color #A5A7DA on white background.



Black color preview on #A5A7DA background

This text has black color on #A5A7DA background.


White color preview on #A5A7DA background

This text has white color on #A5A7DA background.