#A1AEDD

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

Shades of Echo Blue #A1AEDD

Tints of Echo Blue #A1AEDD

Color information

#A1AEDD (or 0xA1AEDD) is unknown color: approx Echo Blue. HEX triplet: A1, AE and DD. RGB value is (161,174,221). Sum of RGB (Red+Green+Blue) = 161+174+221=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEDD is #5E5122. Grayscale: #AFAFAF. Windows color (decimal): -6181155 or 14528161. OLE color: 14528161.

HSL color Cylindrical-coordinate representation of color #A1AEDD: hue angle of 227º degrees, saturation: 0.47, 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 #A1AEDD is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161174221-
CMYK0.270.2100.13
HSL227º46.87%74.9%-
HSV(B)227º27.15%86.67%-
XYZ42.8943.0774.46-
YUV175.47153.69117.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=28.96%
G=31.29%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611742210.270.2100.1322746.8774.9
HexA1AEDD1B150De32f4b
Octal241256335332501534357113
Binary101000011010111011011101110111010101101111000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEDD; }

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

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

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

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

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

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

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

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