#A2AAD5

Color #A2AAD5 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A2AAD5

Tints of Echo Blue #A2AAD5

Color information

#A2AAD5 (or 0xA2AAD5) is unknown color: approx Echo Blue. HEX triplet: A2, AA and D5. RGB value is (162,170,213). Sum of RGB (Red+Green+Blue) = 162+170+213=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AAD5 is #5D552A. Grayscale: #ACACAC. Windows color (decimal): -6116651 or 14002850. OLE color: 14002850.

HSL color Cylindrical-coordinate representation of color #A2AAD5: hue angle of 230.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2AAD5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162170213-
CMYK0.240.2000.16
HSL230.59º37.78%73.53%-
HSV(B)230.59º23.94%83.53%-
XYZ41.2941.2368.73-
YUV172.51150.85120.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=29.72%
G=31.19%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621702130.240.2000.16230.5937.7873.53
HexA2AAD51814010e7264a
Octal242252325302402034746112
Binary1010001010101010110101011100010100010000111001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AAD5; }

 p { color: rgb(162,170,213); }

 H1.HeaderClassName
 {
   color: #A2AAD5;
 }
 .AnyTagClassName
 {
   color: #A2AAD5;
 }
</style>
background-color css

<style>
 a { background-color: #A2AAD5; }

 a { background-color: rgb(162,170,213); }

 div.DivClassName
 {
   background-color: #A2AAD5;
 }
 .BgClassName
 {
   background-color: #A2AAD5;
 }
</style>
border-color css

<style>
 span { border-color: #A2AAD5; }

 span { border-color: rgb(162,170,213); }

 td.TdClassName
 {
   border-color: #A2AAD5;
 }
 .TagClassName
 {
   border-color: #A2AAD5;
 }
</style>