#A1ABDE

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

Shades of Echo Blue #A1ABDE

Tints of Echo Blue #A1ABDE

Color information

#A1ABDE (or 0xA1ABDE) is unknown color: approx Echo Blue. HEX triplet: A1, AB and DE. RGB value is (161,171,222). Sum of RGB (Red+Green+Blue) = 161+171+222=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDE is #5E5421. Grayscale: #ADADAD. Windows color (decimal): -6181922 or 14592929. OLE color: 14592929.

HSL color Cylindrical-coordinate representation of color #A1ABDE: hue angle of 230.16º degrees, saturation: 0.48, 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 #A1ABDE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161171222-
CMYK0.270.2300.13
HSL230.16º48.03%75.1%-
HSV(B)230.16º27.48%87.06%-
XYZ42.4541.9874.97-
YUV173.82155.19118.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=29.06%
G=30.87%
B=40.07%

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
Decimal1611712220.270.2300.13230.1648.0375.1
HexA1ABDE1B170De6304b
Octal241253336332701534660113
Binary101000011010101111011110110111011101101111001101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABDE; }

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

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

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

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

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

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

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

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