#A1AED2

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

Shades of Echo Blue #A1AED2

Tints of Echo Blue #A1AED2

Color information

#A1AED2 (or 0xA1AED2) is unknown color: approx Echo Blue. HEX triplet: A1, AE and D2. RGB value is (161,174,210). Sum of RGB (Red+Green+Blue) = 161+174+210=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #A1AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AED2 is #5E512D. Grayscale: #AEAEAE. Windows color (decimal): -6181166 or 13807265. OLE color: 13807265.

HSL color Cylindrical-coordinate representation of color #A1AED2: hue angle of 224.08º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1AED2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161174210-
CMYK0.230.1700.18
HSL224.08º35.25%72.75%-
HSV(B)224.08º23.33%82.35%-
XYZ41.4742.566.99-
YUV174.22148.19118.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=29.54%
G=31.93%
B=38.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611742100.230.1700.18224.0835.2572.75
HexA1AED21711012e02349
Octal241256322272102234043111
Binary1010000110101110110100101011110001010010111000001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AED2; }

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

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

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

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

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

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

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

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