#A0ACD5

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

Shades of Echo Blue #A0ACD5

Tints of Echo Blue #A0ACD5

Color information

#A0ACD5 (or 0xA0ACD5) is unknown color: approx Echo Blue. HEX triplet: A0, AC and D5. RGB value is (160,172,213). Sum of RGB (Red+Green+Blue) = 160+172+213=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #A0ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACD5 is #5F532A. Grayscale: #ACACAC. Windows color (decimal): -6247211 or 14003360. OLE color: 14003360.

HSL color Cylindrical-coordinate representation of color #A0ACD5: hue angle of 226.42º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0ACD5 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160172213-
CMYK0.250.1900.16
HSL226.42º38.69%73.14%-
HSV(B)226.42º24.88%83.53%-
XYZ41.2641.7868.84-
YUV173.09150.52118.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=29.36%
G=31.56%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601722130.250.1900.16226.4238.6973.14
HexA0ACD51913010e22749
Octal240254325312302034247111
Binary1010000010101100110101011100110011010000111000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACD5; }

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

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

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

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

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

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

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

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