#A1ABCE

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

Shades of Echo Blue #A1ABCE

Tints of Echo Blue #A1ABCE

Color information

#A1ABCE (or 0xA1ABCE) is unknown color: approx Echo Blue. HEX triplet: A1, AB and CE. RGB value is (161,171,206). Sum of RGB (Red+Green+Blue) = 161+171+206=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCE is #5E5431. Grayscale: #ABABAB. Windows color (decimal): -6181938 or 13544353. OLE color: 13544353.

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

Color convert

RGB161171206-
CMYK0.220.1700.19
HSL226.67º31.47%71.96%-
HSV(B)226.67º21.84%80.78%-
XYZ40.441.1664.21-
YUV172147.19120.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=29.93%
G=31.78%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611712060.220.1700.19226.6731.4771.96
HexA1ABCE1611013e31f48
Octal241253316262102334337110
Binary101000011010101111001110101101000101001111100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABCE; }

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

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

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

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

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

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

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

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