#A0ACDB

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

Shades of Echo Blue #A0ACDB

Tints of Echo Blue #A0ACDB

Color information

#A0ACDB (or 0xA0ACDB) is unknown color: approx Echo Blue. HEX triplet: A0, AC and DB. RGB value is (160,172,219). Sum of RGB (Red+Green+Blue) = 160+172+219=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDB is #5F5324. Grayscale: #ADADAD. Windows color (decimal): -6247205 or 14396576. OLE color: 14396576.

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

Color convert

RGB160172219-
CMYK0.270.2100.14
HSL227.8º45.04%74.31%-
HSV(B)227.8º26.94%85.88%-
XYZ42.0442.0972.93-
YUV173.77153.52118.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=29.04%
G=31.22%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601722190.270.2100.14227.845.0474.31
HexA0ACDB1B150Ee42d4a
Octal240254333332501634455112
Binary101000001010110011011011110111010101110111001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACDB; }

 p { color: rgb(160,172,219); }

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

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

 a { background-color: rgb(160,172,219); }

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

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

 span { border-color: rgb(160,172,219); }

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