#A0ACDF

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

Shades of Echo Blue #A0ACDF

Tints of Echo Blue #A0ACDF

Color information

#A0ACDF (or 0xA0ACDF) is unknown color: approx Echo Blue. HEX triplet: A0, AC and DF. RGB value is (160,172,223). Sum of RGB (Red+Green+Blue) = 160+172+223=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACDF is #5F5320. Grayscale: #AEAEAE. Windows color (decimal): -6247201 or 14658720. OLE color: 14658720.

HSL color Cylindrical-coordinate representation of color #A0ACDF: hue angle of 228.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0ACDF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160172223-
CMYK0.280.2300.13
HSL228.57º49.61%75.1%-
HSV(B)228.57º28.25%87.45%-
XYZ42.5742.3175.73-
YUV174.23155.52117.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.83%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=28.83%
G=30.99%
B=40.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601722230.280.2300.13228.5749.6175.1
HexA0ACDF1C170De5324b
Octal240254337342701534562113
Binary101000001010110011011111111001011101101111001011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACDF; }

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

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

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

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

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

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

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

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