#A0AADE

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

Shades of Echo Blue #A0AADE

Tints of Echo Blue #A0AADE

Color information

#A0AADE (or 0xA0AADE) is unknown color: approx Echo Blue. HEX triplet: A0, AA and DE. RGB value is (160,170,222). Sum of RGB (Red+Green+Blue) = 160+170+222=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AADE is #5F5521. Grayscale: #ACACAC. Windows color (decimal): -6247714 or 14592672. OLE color: 14592672.

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

Color convert

RGB160170222-
CMYK0.280.2300.13
HSL230.32º48.44%74.9%-
HSV(B)230.32º27.93%87.06%-
XYZ42.0641.574.9-
YUV172.94155.69118.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=28.99%
G=30.80%
B=40.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601702220.280.2300.13230.3248.4474.9
HexA0AADE1C170De6304b
Octal240252336342701534660113
Binary101000001010101011011110111001011101101111001101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AADE; }

 p { color: rgb(160,170,222); }

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

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

 a { background-color: rgb(160,170,222); }

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

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

 span { border-color: rgb(160,170,222); }

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