#A1ACD5

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

Shades of Echo Blue #A1ACD5

Tints of Echo Blue #A1ACD5

Color information

#A1ACD5 (or 0xA1ACD5) is unknown color: approx Echo Blue. HEX triplet: A1, AC and D5. RGB value is (161,172,213). Sum of RGB (Red+Green+Blue) = 161+172+213=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACD5 is #5E532A. Grayscale: #ADADAD. Windows color (decimal): -6181675 or 14003361. OLE color: 14003361.

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

Color convert

RGB161172213-
CMYK0.240.1900.16
HSL227.31º38.24%73.33%-
HSV(B)227.31º24.41%83.53%-
XYZ41.4641.8968.85-
YUV173.39150.36119.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=29.49%
G=31.50%
B=39.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611722130.240.1900.16227.3138.2473.33
HexA1ACD51813010e32649
Octal241254325302302034346111
Binary1010000110101100110101011100010011010000111000111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACD5; }

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

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

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

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

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

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

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

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