#A1A6CE

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

Shades of Echo Blue #A1A6CE

Tints of Echo Blue #A1A6CE

Color information

#A1A6CE (or 0xA1A6CE) is unknown color: approx Echo Blue. HEX triplet: A1, A6 and CE. RGB value is (161,166,206). Sum of RGB (Red+Green+Blue) = 161+166+206=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6CE is #5E5931. Grayscale: #A8A8A8. Windows color (decimal): -6183218 or 13543073. OLE color: 13543073.

HSL color Cylindrical-coordinate representation of color #A1A6CE: hue angle of 233.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 #A1A6CE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161166206-
CMYK0.220.1900.19
HSL233.33º31.47%71.96%-
HSV(B)233.33º21.84%80.78%-
XYZ39.4739.3163.9-
YUV169.06148.84122.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=30.21%
G=31.14%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611662060.220.1900.19233.3331.4771.96
HexA1A6CE1613013e91f48
Octal241246316262302335137110
Binary101000011010011011001110101101001101001111101001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6CE; }

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

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

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

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

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

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

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

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