#A0A9DA

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

Shades of Echo Blue #A0A9DA

Tints of Echo Blue #A0A9DA

Color information

#A0A9DA (or 0xA0A9DA) is unknown color: approx Echo Blue. HEX triplet: A0, A9 and DA. RGB value is (160,169,218). Sum of RGB (Red+Green+Blue) = 160+169+218=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9DA is #5F5625. Grayscale: #ABABAB. Windows color (decimal): -6247974 or 14330272. OLE color: 14330272.

HSL color Cylindrical-coordinate representation of color #A0A9DA: hue angle of 230.69º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A9DA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160169218-
CMYK0.270.2200.15
HSL230.69º43.94%74.12%-
HSV(B)230.69º26.61%85.49%-
XYZ41.3440.9172.05-
YUV171.9154.02119.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=29.25%
G=30.90%
B=39.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601692180.270.2200.15230.6943.9474.12
HexA0A9DA1B160Fe72c4a
Octal240251332332601734754112
Binary101000001010100111011010110111011001111111001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A9DA; }

 p { color: rgb(160,169,218); }

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

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

 a { background-color: rgb(160,169,218); }

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

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

 span { border-color: rgb(160,169,218); }

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