COLOR #A5AED5

HEX: #A5AED5 RGB: (165,174,213)

Color info

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

RGB color model

#A5AED5 color RGB value is (165,174,213).

RGB: (165,174,213) (65%, 68%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 213 of 255 = 84%

165
174
213

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

Portions of RGB colors in percentages

R + G + B = 165 + 174 + 213 = 552 (100%)
R 165 of 552 ~ 29.89%
G 174 of 552 ~ 31.52%
B 213 of 552 ~ 38.59'%

%29.89
%31.52
%38.59

CMYK color model

#A5AED5 color CMYK value is (23,18,0,16).

  • cyan value is 22.54%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (23,18,0,16)
C23M18Y0K16 (23%, 18%, 0%, 16%)
(0.23 / 0.18 / 0.00 / 0.16)

CMYK percentages

%22.54
%18.31
%0
%16.47

Codes

Color #A5AED5 in popluar color models

A5 AE D5
RGB 165 174 213
HSL 229° 36.36% 74.12%
HSB/HSV 229° 22.54% 83.53%
CMYK 22.54% 18.31% 0.00%
16.47%

Color #A5AED5 in popluar number systems.

HEX A5 AE D5
Decimal 165 174 213
Binary 10100101 10101110 11010101
Octal 245 256 325

Shades and tints

Shades of #A5AED5

#A5AED5
(165,174,213)
#969FC2
(150,159,194)
#8790AF
(135,144,175)
#78819C
(120,129,156)
#697289
(105,114,137)
#5A6376
(90,99,118)
#4B5463
(75,84,99)
#3C4550
(60,69,80)
#2D363D
(45,54,61)
#1E272A
(30,39,42)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5AED5

#A5AED5
(165,174,213)
#ADB5D8
(173,181,216)
#B5BCDB
(181,188,219)
#BDC3DE
(189,195,222)
#C5CAE1
(197,202,225)
#CDD1E4
(205,209,228)
#D5D8E7
(213,216,231)
#DDDFEA
(221,223,234)
#E5E6ED
(229,230,237)
#EDEDF0
(237,237,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AED5 color. Also use rgb(165,174,213) instead hex code.

Text Font Color

.myTextColor { color: #A5AED5; }

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

This text font color is #A5AED5.

Background Color

.myBgColor { background-color: #A5AED5; }

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

This div background color is #A5AED5.

Border color

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

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

This div border color is #A5AED5.

Opacity

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

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

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

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

This text has shadow with #A5AED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AED5.

Preview

Color preview on black background

This text has color #A5AED5 on black background.


Color preview on white background

This text has color #A5AED5 on white background.


Black color preview on #A5AED5 background

This text has black color on #A5AED5 background.


White color preview on #A5AED5 background

This text has white color on #A5AED5 background.


Related colors

Complementary color

Complementary color for #hex is #5A512A.


I love getcolorcode.com

Triadic colors

1 #D5A5AE and #AED5A5 with #A5AED5 are triadic colors.

2 #D5AEA5 and #AEA5D5 with #A5AED5 are triadic colors.