#A0ACDA

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

Shades of Echo Blue #A0ACDA

Tints of Echo Blue #A0ACDA

Color information

#A0ACDA (or 0xA0ACDA) is unknown color: approx Echo Blue. HEX triplet: A0, AC and DA. RGB value is (160,172,218). Sum of RGB (Red+Green+Blue) = 160+172+218=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDA is #5F5325. Grayscale: #ADADAD. Windows color (decimal): -6247206 or 14331040. OLE color: 14331040.

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

Color convert

RGB160172218-
CMYK0.270.2100.15
HSL227.59º43.94%74.12%-
HSV(B)227.59º26.61%85.49%-
XYZ41.942.0472.24-
YUV173.66153.02118.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=29.09%
G=31.27%
B=39.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601722180.270.2100.15227.5943.9474.12
HexA0ACDA1B150Fe42c4a
Octal240254332332501734454112
Binary101000001010110011011010110111010101111111001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACDA; }

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

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

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

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

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

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

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

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