#A1A9DB

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

Shades of Echo Blue #A1A9DB

Tints of Echo Blue #A1A9DB

Color information

#A1A9DB (or 0xA1A9DB) is unknown color: approx Echo Blue. HEX triplet: A1, A9 and DB. RGB value is (161,169,219). Sum of RGB (Red+Green+Blue) = 161+169+219=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A9DB is #5E5624. Grayscale: #ACACAC. Windows color (decimal): -6182437 or 14395809. OLE color: 14395809.

HSL color Cylindrical-coordinate representation of color #A1A9DB: hue angle of 231.72º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A9DB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161169219-
CMYK0.260.2300.14
HSL231.72º44.62%74.51%-
HSV(B)231.72º26.48%85.88%-
XYZ41.6741.0772.75-
YUV172.31154.35119.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=29.33%
G=30.78%
B=39.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611692190.260.2300.14231.7244.6274.51
HexA1A9DB1A170Ee82d4b
Octal241251333322701635055113
Binary101000011010100111011011110101011101110111010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A9DB; }

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

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

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

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

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

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

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

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