#A0ACDC

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

Shades of Echo Blue #A0ACDC

Tints of Echo Blue #A0ACDC

Color information

#A0ACDC (or 0xA0ACDC) is unknown color: approx Echo Blue. HEX triplet: A0, AC and DC. RGB value is (160,172,220). Sum of RGB (Red+Green+Blue) = 160+172+220=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDC is #5F5323. Grayscale: #ADADAD. Windows color (decimal): -6247204 or 14462112. OLE color: 14462112.

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

Color convert

RGB160172220-
CMYK0.270.2200.14
HSL228º46.15%74.51%-
HSV(B)228º27.27%86.27%-
XYZ42.1742.1573.62-
YUV173.88154.02118.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=28.99%
G=31.16%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601722200.270.2200.1422846.1574.51
HexA0ACDC1B160Ee42e4b
Octal240254334332601634456113
Binary101000001010110011011100110111011001110111001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACDC; }

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

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

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

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

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

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

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

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