#A1ACD6

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

Shades of Echo Blue #A1ACD6

Tints of Echo Blue #A1ACD6

Color information

#A1ACD6 (or 0xA1ACD6) is unknown color: approx Echo Blue. HEX triplet: A1, AC and D6. RGB value is (161,172,214). Sum of RGB (Red+Green+Blue) = 161+172+214=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACD6 is #5E5329. Grayscale: #ADADAD. Windows color (decimal): -6181674 or 14068897. OLE color: 14068897.

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

Color convert

RGB161172214-
CMYK0.250.2000.16
HSL227.55º39.26%73.53%-
HSV(B)227.55º24.77%83.92%-
XYZ41.5941.9469.52-
YUV173.5150.86119.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=29.43%
G=31.44%
B=39.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611722140.250.2000.16227.5539.2673.53
HexA1ACD61914010e4274a
Octal241254326312402034447112
Binary1010000110101100110101101100110100010000111001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACD6; }

 p { color: rgb(161,172,214); }

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

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

 a { background-color: rgb(161,172,214); }

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

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

 span { border-color: rgb(161,172,214); }

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