#A1B0DC

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

Shades of Echo Blue #A1B0DC

Tints of Echo Blue #A1B0DC

Color information

#A1B0DC (or 0xA1B0DC) is unknown color: approx Echo Blue. HEX triplet: A1, B0 and DC. RGB value is (161,176,220). Sum of RGB (Red+Green+Blue) = 161+176+220=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0DC is #5E4F23. Grayscale: #B0B0B0. Windows color (decimal): -6180644 or 14463137. OLE color: 14463137.

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

Color convert

RGB161176220-
CMYK0.270.200.14
HSL224.75º45.74%74.71%-
HSV(B)224.75º26.82%86.27%-
XYZ43.1443.873.89-
YUV176.53152.53116.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=28.90%
G=31.60%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611762200.270.200.14224.7545.7474.71
HexA1B0DC1B140Ee12e4b
Octal241260334332401634156113
Binary101000011011000011011100110111010001110111000011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B0DC; }

 p { color: rgb(161,176,220); }

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

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

 a { background-color: rgb(161,176,220); }

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

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

 span { border-color: rgb(161,176,220); }

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