#A6AADB

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

Shades of Echo Blue #A6AADB

Tints of Echo Blue #A6AADB

Color information

#A6AADB (or 0xA6AADB) is unknown color: approx Echo Blue. HEX triplet: A6, AA and DB. RGB value is (166,170,219). Sum of RGB (Red+Green+Blue) = 166+170+219=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AADB is #595524. Grayscale: #AEAEAE. Windows color (decimal): -5854501 or 14396070. OLE color: 14396070.

HSL color Cylindrical-coordinate representation of color #A6AADB: hue angle of 235.47º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6AADB is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166170219-
CMYK0.240.2200.14
HSL235.47º42.4%75.49%-
HSV(B)235.47º24.2%85.88%-
XYZ42.8941.9772.86-
YUV174.39153.17122.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=29.91%
G=30.63%
B=39.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661702190.240.2200.14235.4742.475.49
HexA6AADB18160Eeb2a4b
Octal246252333302601635352113
Binary101001101010101011011011110001011001110111010111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AADB; }

 p { color: rgb(166,170,219); }

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

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

 a { background-color: rgb(166,170,219); }

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

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

 span { border-color: rgb(166,170,219); }

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