#A1A6CB

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

Shades of Echo Blue #A1A6CB

Tints of Echo Blue #A1A6CB

Color information

#A1A6CB (or 0xA1A6CB) is unknown color: approx Echo Blue. HEX triplet: A1, A6 and CB. RGB value is (161,166,203). Sum of RGB (Red+Green+Blue) = 161+166+203=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A6CB is #5E5934. Grayscale: #A8A8A8. Windows color (decimal): -6183221 or 13346465. OLE color: 13346465.

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

Color convert

RGB161166203-
CMYK0.210.1800.20
HSL232.86º28.77%71.37%-
HSV(B)232.86º20.69%79.61%-
XYZ39.1139.1662-
YUV168.72147.34122.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=30.38%
G=31.32%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611662030.210.1800.20232.8628.7771.37
HexA1A6CB1512014e91d47
Octal241246313252202435135107
Binary101000011010011011001011101011001001010011101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A6CB; }

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

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

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

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

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

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

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

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