COLOR #A2AFD5

HEX: #A2AFD5 RGB: (162,175,213)

Color info

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

RGB color model

#A2AFD5 color RGB value is (162,175,213).

RGB: (162,175,213) (64%, 69%, 84%)

RGB channels and saturation

R 162 of 255 = 64%
G 175 of 255 = 69%
B 213 of 255 = 84%

162
175
213

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

Portions of RGB colors in percentages

R + G + B = 162 + 175 + 213 = 550 (100%)
R 162 of 550 ~ 29.45%
G 175 of 550 ~ 31.82%
B 213 of 550 ~ 38.73'%

%29.45
%31.82
%38.73

CMYK color model

#A2AFD5 color CMYK value is (24,18,0,16).

  • cyan value is 23.94%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (24,18,0,16)
C24M18Y0K16 (24%, 18%, 0%, 16%)
(0.24 / 0.18 / 0.00 / 0.16)

CMYK percentages

%23.94
%17.84
%0
%16.47

Codes

Color #A2AFD5 in popluar color models

A2 AF D5
RGB 162 175 213
HSL 225° 37.78% 73.53%
HSB/HSV 225° 23.94% 83.53%
CMYK 23.94% 17.84% 0.00%
16.47%

Color #A2AFD5 in popluar number systems.

HEX A2 AF D5
Decimal 162 175 213
Binary 10100010 10101111 11010101
Octal 242 257 325

Shades and tints

Shades of #A2AFD5

#A2AFD5
(162,175,213)
#94A0C2
(148,160,194)
#8691AF
(134,145,175)
#78829C
(120,130,156)
#6A7389
(106,115,137)
#5C6476
(92,100,118)
#4E5563
(78,85,99)
#404650
(64,70,80)
#32373D
(50,55,61)
#24282A
(36,40,42)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #A2AFD5

#A2AFD5
(162,175,213)
#AAB6D8
(170,182,216)
#B2BDDB
(178,189,219)
#BAC4DE
(186,196,222)
#C2CBE1
(194,203,225)
#CAD2E4
(202,210,228)
#D2D9E7
(210,217,231)
#DAE0EA
(218,224,234)
#E2E7ED
(226,231,237)
#EAEEF0
(234,238,240)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AFD5 color. Also use rgb(162,175,213) instead hex code.

Text Font Color

.myTextColor { color: #A2AFD5; }

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

This text font color is #A2AFD5.

Background Color

.myBgColor { background-color: #A2AFD5; }

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

This div background color is #A2AFD5.

Border color

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

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

This div border color is #A2AFD5.

Opacity

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

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

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

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

This text has shadow with #A2AFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AFD5.

Preview

Color preview on black background

This text has color #A2AFD5 on black background.


Color preview on white background

This text has color #A2AFD5 on white background.


Black color preview on #A2AFD5 background

This text has black color on #A2AFD5 background.


White color preview on #A2AFD5 background

This text has white color on #A2AFD5 background.


Related colors

Complementary color

Complementary color for #hex is #5D502A.


I love getcolorcode.com

Triadic colors

1 #D5A2AF and #AFD5A2 with #A2AFD5 are triadic colors.

2 #D5AFA2 and #AFA2D5 with #A2AFD5 are triadic colors.