#A1ABD5

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

Shades of Echo Blue #A1ABD5

Tints of Echo Blue #A1ABD5

Color information

#A1ABD5 (or 0xA1ABD5) is unknown color: approx Echo Blue. HEX triplet: A1, AB and D5. RGB value is (161,171,213). Sum of RGB (Red+Green+Blue) = 161+171+213=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABD5 is #5E542A. Grayscale: #ACACAC. Windows color (decimal): -6181931 or 14003105. OLE color: 14003105.

HSL color Cylindrical-coordinate representation of color #A1ABD5: hue angle of 228.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1ABD5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161171213-
CMYK0.240.2000.16
HSL228.46º38.24%73.33%-
HSV(B)228.46º24.41%83.53%-
XYZ41.2741.5168.79-
YUV172.8150.69119.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=29.54%
G=31.38%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611712130.240.2000.16228.4638.2473.33
HexA1ABD51814010e42649
Octal241253325302402034446111
Binary1010000110101011110101011100010100010000111001001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABD5; }

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

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

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

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

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

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

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

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