#A0A6DC

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

Shades of Echo Blue #A0A6DC

Tints of Echo Blue #A0A6DC

Color information

#A0A6DC (or 0xA0A6DC) is unknown color: approx Echo Blue. HEX triplet: A0, A6 and DC. RGB value is (160,166,220). Sum of RGB (Red+Green+Blue) = 160+166+220=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A6DC is #5F5923. Grayscale: #AAAAAA. Windows color (decimal): -6248740 or 14460576. OLE color: 14460576.

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

Color convert

RGB160166220-
CMYK0.270.2500.14
HSL234º46.15%74.51%-
HSV(B)234º27.27%86.27%-
XYZ41.0539.9173.25-
YUV170.36156.01120.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=29.30%
G=30.40%
B=40.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601662200.270.2500.1423446.1574.51
HexA0A6DC1B190Eea2e4b
Octal240246334333101635256113
Binary101000001010011011011100110111100101110111010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A6DC; }

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

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

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

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

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

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

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

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