COLOR #A2AFDA

HEX: #A2AFDA
RGB: (162,175,218)

Color info

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

RGB color model

#A2AFDA color RGB value is (162,175,218).

  • red value is 162;
  • green value is 175;
  • blue value is 218.
RGB:
(162,175,218)
(64%,69%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 175 of 255 = 69%
B 218 of 255 = 85%

162
175
218

R + G + B ~ 73%. #A2AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 175 + 218 = 555 (100%)
R 162 of 555 ~ 29.19%
G 175 of 555 ~ 31.53%
B 218 of 555 ~ 39.28%

%29.19
%31.53
%39.28

CMYK color model

#A2AFDA color CMYK value is (26,20,0,15).

  • cyan value is 25.69%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(26,20,0,15)
C26M20Y0K15 
(26%,20%,0%,15%)
(0.26/0.20/0.00/0.15)	

CMYK percentages

%25.69
%19.72
%0
%14.51

Codes

Color #A2AFDA in popluar color models

A2AFDA
RGB162175218
HSL226°43.08%74.51%
HSB/HSV226°25.69%85.49%
CMYK25.69%19.72%0.00%
14.51%

Color #A2AFDA in popluar number systems.

HEXA2AFDA
Decimal162175218
Binary101000101010111111011010
Octal242257332

Shades and tints

Shades of #A2AFDA

#A2AFDA
(162,175,218)
#94A0C7
(148,160,199)
#8691B4
(134,145,180)
#7882A1
(120,130,161)
#6A738E
(106,115,142)
#5C647B
(92,100,123)
#4E5568
(78,85,104)
#404655
(64,70,85)
#323742
(50,55,66)
#24282F
(36,40,47)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #A2AFDA

#A2AFDA
(162,175,218)
#AAB6DD
(170,182,221)
#B2BDE0
(178,189,224)
#BAC4E3
(186,196,227)
#C2CBE6
(194,203,230)
#CAD2E9
(202,210,233)
#D2D9EC
(210,217,236)
#DAE0EF
(218,224,239)
#E2E7F2
(226,231,242)
#EAEEF5
(234,238,245)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AFDA; }

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

This text font color is #A2AFDA.


Background Color

.myBgColor { background-color: #A2AFDA; }

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

This div background color is #A2AFDA.


Border color

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

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

This div border color is #A2AFDA.


Opacity

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

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

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

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

This text has shadow with #A2AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AFDA on black background.


Color preview on white background

This text has color #A2AFDA on white background.



Black color preview on #A2AFDA background

This text has black color on #A2AFDA background.


White color preview on #A2AFDA background

This text has white color on #A2AFDA background.