#A1A6CA

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

Shades of Echo Blue #A1A6CA

Tints of Echo Blue #A1A6CA

Color information

#A1A6CA (or 0xA1A6CA) is unknown color: approx Echo Blue. HEX triplet: A1, A6 and CA. RGB value is (161,166,202). Sum of RGB (Red+Green+Blue) = 161+166+202=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6CA is #5E5935. Grayscale: #A8A8A8. Windows color (decimal): -6183222 or 13280929. OLE color: 13280929.

HSL color Cylindrical-coordinate representation of color #A1A6CA: hue angle of 232.68º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1A6CA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161166202-
CMYK0.200.1800.21
HSL232.68º27.89%71.18%-
HSV(B)232.68º20.3%79.22%-
XYZ38.9939.1161.37-
YUV168.61146.84122.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=30.43%
G=31.38%
B=38.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611662020.200.1800.21232.6827.8971.18
HexA1A6CA1412015e91c47
Octal241246312242202535134107
Binary101000011010011011001010101001001001010111101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6CA; }

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

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

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

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

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

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

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

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