#A1ABDD

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

Shades of Echo Blue #A1ABDD

Tints of Echo Blue #A1ABDD

Color information

#A1ABDD (or 0xA1ABDD) is unknown color: approx Echo Blue. HEX triplet: A1, AB and DD. RGB value is (161,171,221). Sum of RGB (Red+Green+Blue) = 161+171+221=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDD is #5E5422. Grayscale: #ADADAD. Windows color (decimal): -6181923 or 14527393. OLE color: 14527393.

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

Color convert

RGB161171221-
CMYK0.270.2300.13
HSL230º46.87%74.9%-
HSV(B)230º27.15%86.67%-
XYZ42.3141.9274.27-
YUV173.71154.69118.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=29.11%
G=30.92%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611712210.270.2300.1323046.8774.9
HexA1ABDD1B170De62f4b
Octal241253335332701534657113
Binary101000011010101111011101110111011101101111001101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABDD; }

 p { color: rgb(161,171,221); }

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

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

 a { background-color: rgb(161,171,221); }

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

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

 span { border-color: rgb(161,171,221); }

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