#A1ABCB

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

Shades of Echo Blue #A1ABCB

Tints of Echo Blue #A1ABCB

Color information

#A1ABCB (or 0xA1ABCB) is unknown color: approx Echo Blue. HEX triplet: A1, AB and CB. RGB value is (161,171,203). Sum of RGB (Red+Green+Blue) = 161+171+203=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABCB is #5E5434. Grayscale: #ABABAB. Windows color (decimal): -6181941 or 13347745. OLE color: 13347745.

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

Color convert

RGB161171203-
CMYK0.210.1600.20
HSL225.71º28.77%71.37%-
HSV(B)225.71º20.69%79.61%-
XYZ40.0441.0162.31-
YUV171.66145.69120.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=30.09%
G=31.96%
B=37.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611712030.210.1600.20225.7128.7771.37
HexA1ABCB1510014e21d47
Octal241253313252002434235107
Binary101000011010101111001011101011000001010011100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABCB; }

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

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

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

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

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

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

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

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