#A1A8DC

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

Shades of Echo Blue #A1A8DC

Tints of Echo Blue #A1A8DC

Color information

#A1A8DC (or 0xA1A8DC) is unknown color: approx Echo Blue. HEX triplet: A1, A8 and DC. RGB value is (161,168,220). Sum of RGB (Red+Green+Blue) = 161+168+220=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8DC is #5E5723. Grayscale: #ABABAB. Windows color (decimal): -6182692 or 14461089. OLE color: 14461089.

HSL color Cylindrical-coordinate representation of color #A1A8DC: hue angle of 232.88º 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 #A1A8DC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161168220-
CMYK0.270.2400.14
HSL232.88º45.74%74.71%-
HSV(B)232.88º26.82%86.27%-
XYZ41.6240.7573.38-
YUV171.84155.18120.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=29.33%
G=30.60%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611682200.270.2400.14232.8845.7474.71
HexA1A8DC1B180Ee92e4b
Octal241250334333001635156113
Binary101000011010100011011100110111100001110111010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8DC; }

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

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

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

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

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

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

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

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