#A1AAD5

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

Shades of Echo Blue #A1AAD5

Tints of Echo Blue #A1AAD5

Color information

#A1AAD5 (or 0xA1AAD5) is unknown color: approx Echo Blue. HEX triplet: A1, AA and D5. RGB value is (161,170,213). Sum of RGB (Red+Green+Blue) = 161+170+213=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AAD5 is #5E552A. Grayscale: #ACACAC. Windows color (decimal): -6182187 or 14002849. OLE color: 14002849.

HSL color Cylindrical-coordinate representation of color #A1AAD5: hue angle of 229.62º 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 #A1AAD5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161170213-
CMYK0.240.2000.16
HSL229.62º38.24%73.33%-
HSV(B)229.62º24.41%83.53%-
XYZ41.0841.1368.72-
YUV172.21151.02120-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=29.60%
G=31.25%
B=39.15%

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
Decimal1611702130.240.2000.16229.6238.2473.33
HexA1AAD51814010e62649
Octal241252325302402034646111
Binary1010000110101010110101011100010100010000111001101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AAD5; }

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

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

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

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

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

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

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

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