#a1afda

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

Shades of Echo Blue #A1AFDA

Tints of Echo Blue #A1AFDA

Color information

#A1AFDA (or 0xA1AFDA) is unknown color: approx Echo Blue. HEX triplet: A1, AF and DA. RGB value is (161,175,218). Sum of RGB (Red+Green+Blue) = 161+175+218=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFDA is #5E5025. Grayscale: #AFAFAF. Windows color (decimal): -6180902 or 14331809. OLE color: 14331809.

HSL color Cylindrical-coordinate representation of color #A1AFDA: hue angle of 225.26º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1AFDA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161175218-
CMYK0.260.2000.15
HSL225.26º43.51%74.31%-
HSV(B)225.26º26.15%85.49%-
XYZ42.6843.372.44-
YUV175.72151.86117.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=29.06%
G=31.59%
B=39.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611752180.260.2000.15225.2643.5174.31
HexA1AFDA1A140Fe12c4a
Octal241257332322401734154112
Binary101000011010111111011010110101010001111111000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1afda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1afda; }

 p { color: rgb(161,175,218); }

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

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

 a { background-color: rgb(161,175,218); }

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

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

 span { border-color: rgb(161,175,218); }

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