#A0A6DA

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

Shades of Echo Blue #A0A6DA

Tints of Echo Blue #A0A6DA

Color information

#A0A6DA (or 0xA0A6DA) is unknown color: approx Echo Blue. HEX triplet: A0, A6 and DA. RGB value is (160,166,218). Sum of RGB (Red+Green+Blue) = 160+166+218=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0A6DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6DA is #5F5925. Grayscale: #A9A9A9. Windows color (decimal): -6248742 or 14329504. OLE color: 14329504.

HSL color Cylindrical-coordinate representation of color #A0A6DA: hue angle of 233.79º 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 #A0A6DA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160166218-
CMYK0.270.2400.15
HSL233.79º43.94%74.12%-
HSV(B)233.79º26.61%85.49%-
XYZ40.7939.8171.86-
YUV170.13155.01120.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.41%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=29.41%
G=30.51%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601662180.270.2400.15233.7943.9474.12
HexA0A6DA1B180Fea2c4a
Octal240246332333001735254112
Binary101000001010011011011010110111100001111111010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6DA; }

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

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

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

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

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

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

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

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