#A1ABCD

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

Shades of Echo Blue #A1ABCD

Tints of Echo Blue #A1ABCD

Color information

#A1ABCD (or 0xA1ABCD) is unknown color: approx Echo Blue. HEX triplet: A1, AB and CD. RGB value is (161,171,205). Sum of RGB (Red+Green+Blue) = 161+171+205=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCD is #5E5432. Grayscale: #ABABAB. Windows color (decimal): -6181939 or 13478817. OLE color: 13478817.

HSL color Cylindrical-coordinate representation of color #A1ABCD: hue angle of 226.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ABCD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161171205-
CMYK0.210.1700.20
HSL226.36º30.56%71.76%-
HSV(B)226.36º21.46%80.39%-
XYZ40.2841.1163.57-
YUV171.89146.69120.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=29.98%
G=31.84%
B=38.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611712050.210.1700.20226.3630.5671.76
HexA1ABCD1511014e21f48
Octal241253315252102434237110
Binary101000011010101111001101101011000101010011100010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABCD; }

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

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

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

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

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

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

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

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