#A1AEDE

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

Shades of Echo Blue #A1AEDE

Tints of Echo Blue #A1AEDE

Color information

#A1AEDE (or 0xA1AEDE) is unknown color: approx Echo Blue. HEX triplet: A1, AE and DE. RGB value is (161,174,222). Sum of RGB (Red+Green+Blue) = 161+174+222=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDE is #5E5121. Grayscale: #AFAFAF. Windows color (decimal): -6181154 or 14593697. OLE color: 14593697.

HSL color Cylindrical-coordinate representation of color #A1AEDE: hue angle of 227.21º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AEDE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161174222-
CMYK0.270.2200.13
HSL227.21º48.03%75.1%-
HSV(B)227.21º27.48%87.06%-
XYZ43.0243.1275.16-
YUV175.58154.19117.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=28.90%
G=31.24%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611742220.270.2200.13227.2148.0375.1
HexA1AEDE1B160De3304b
Octal241256336332601534360113
Binary101000011010111011011110110111011001101111000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEDE; }

 p { color: rgb(161,174,222); }

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

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

 a { background-color: rgb(161,174,222); }

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

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

 span { border-color: rgb(161,174,222); }

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