#A1AFCE

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

Shades of Echo Blue #A1AFCE

Tints of Echo Blue #A1AFCE

Color information

#A1AFCE (or 0xA1AFCE) is unknown color: approx Echo Blue. HEX triplet: A1, AF and CE. RGB value is (161,175,206). Sum of RGB (Red+Green+Blue) = 161+175+206=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFCE is #5E5031. Grayscale: #AEAEAE. Windows color (decimal): -6180914 or 13545377. OLE color: 13545377.

HSL color Cylindrical-coordinate representation of color #A1AFCE: hue angle of 221.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AFCE is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161175206-
CMYK0.220.1500.19
HSL221.33º31.47%71.96%-
HSV(B)221.33º21.84%80.78%-
XYZ41.1742.6964.46-
YUV174.35145.86118.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=29.70%
G=32.29%
B=38.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611752060.220.1500.19221.3331.4771.96
HexA1AFCE16F013dd1f48
Octal241257316261702333537110
Binary10100001101011111100111010110111101001111011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFCE; }

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

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

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

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

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

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

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

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