#A4A9C1

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

Shades of Echo Blue #A4A9C1

Tints of Echo Blue #A4A9C1

Color information

#A4A9C1 (or 0xA4A9C1) is unknown color: approx Echo Blue. HEX triplet: A4, A9 and C1. RGB value is (164,169,193). Sum of RGB (Red+Green+Blue) = 164+169+193=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4A9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A9C1 is #5B563E. Grayscale: #AAAAAA. Windows color (decimal): -5985855 or 12691876. OLE color: 12691876.

HSL color Cylindrical-coordinate representation of color #A4A9C1: hue angle of 229.66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A9C1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164169193-
CMYK0.150.1200.24
HSL229.66º18.95%70%-
HSV(B)229.66º15.03%75.69%-
XYZ39.1240.1256.13-
YUV170.24140.84123.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=31.18%
G=32.13%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641691930.150.1200.24229.6618.9570
HexA4A9C1FC018e61346
Octal244251301171403034623106
Binary1010010010101001110000011111110001100011100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A9C1; }

 p { color: rgb(164,169,193); }

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

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

 a { background-color: rgb(164,169,193); }

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

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

 span { border-color: rgb(164,169,193); }

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