#A1A9DF

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

Shades of Echo Blue #A1A9DF

Tints of Echo Blue #A1A9DF

Color information

#A1A9DF (or 0xA1A9DF) is unknown color: approx Echo Blue. HEX triplet: A1, A9 and DF. RGB value is (161,169,223). Sum of RGB (Red+Green+Blue) = 161+169+223=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A9DF is #5E5620. Grayscale: #ACACAC. Windows color (decimal): -6182433 or 14657953. OLE color: 14657953.

HSL color Cylindrical-coordinate representation of color #A1A9DF: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A9DF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161169223-
CMYK0.280.2400.13
HSL232.26º49.21%75.29%-
HSV(B)232.26º27.8%87.45%-
XYZ42.2141.2875.56-
YUV172.76156.35119.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=29.11%
G=30.56%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611692230.280.2400.13232.2649.2175.29
HexA1A9DF1C180De8314b
Octal241251337343001535061113
Binary101000011010100111011111111001100001101111010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9DF; }

 p { color: rgb(161,169,223); }

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

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

 a { background-color: rgb(161,169,223); }

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

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

 span { border-color: rgb(161,169,223); }

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