#A5AABF

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

Shades of Echo Blue #A5AABF

Tints of Echo Blue #A5AABF

Color information

#A5AABF (or 0xA5AABF) is unknown color: approx Echo Blue. HEX triplet: A5, AA and BF. RGB value is (165,170,191). Sum of RGB (Red+Green+Blue) = 165+170+191=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABF is #5A5540. Grayscale: #AAAAAA. Windows color (decimal): -5920065 or 12561061. OLE color: 12561061.

HSL color Cylindrical-coordinate representation of color #A5AABF: hue angle of 228.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AABF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165170191-
CMYK0.140.1100.25
HSL228.46º16.88%69.8%-
HSV(B)228.46º13.61%74.9%-
XYZ39.340.5155.04-
YUV170.9139.34123.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 191 (75% from 255) = 36.31%
R=31.37%
G=32.32%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651701910.140.1100.25228.4616.8869.8
HexA5AABFEB019e41146
Octal245252277161303134421106
Binary1010010110101010101111111110101101100111100100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AABF; }

 p { color: rgb(165,170,191); }

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

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

 a { background-color: rgb(165,170,191); }

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

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

 span { border-color: rgb(165,170,191); }

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