#A3B1DC

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

Shades of Echo Blue #A3B1DC

Tints of Echo Blue #A3B1DC

Color information

#A3B1DC (or 0xA3B1DC) is unknown color: approx Echo Blue. HEX triplet: A3, B1 and DC. RGB value is (163,177,220). Sum of RGB (Red+Green+Blue) = 163+177+220=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1DC is #5C4E23. Grayscale: #B1B1B1. Windows color (decimal): -6049316 or 14463395. OLE color: 14463395.

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

Color convert

RGB163177220-
CMYK0.260.2000.14
HSL225.26º44.88%75.1%-
HSV(B)225.26º25.91%86.27%-
XYZ43.7444.473.97-
YUV177.72151.86117.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.11%
GREEN value IS 177 (69.53% from 255) = 31.61%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=29.11%
G=31.61%
B=39.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631772200.260.2000.14225.2644.8875.1
HexA3B1DC1A140Ee12d4b
Octal243261334322401634155113
Binary101000111011000111011100110101010001110111000011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B1DC; }

 p { color: rgb(163,177,220); }

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

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

 a { background-color: rgb(163,177,220); }

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

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

 span { border-color: rgb(163,177,220); }

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