#A1AFDC

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

Shades of Echo Blue #A1AFDC

Tints of Echo Blue #A1AFDC

Color information

#A1AFDC (or 0xA1AFDC) is unknown color: approx Echo Blue. HEX triplet: A1, AF and DC. RGB value is (161,175,220). Sum of RGB (Red+Green+Blue) = 161+175+220=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFDC is #5E5023. Grayscale: #AFAFAF. Windows color (decimal): -6180900 or 14462881. OLE color: 14462881.

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

Color convert

RGB161175220-
CMYK0.270.2000.14
HSL225.76º45.74%74.71%-
HSV(B)225.76º26.82%86.27%-
XYZ42.9543.473.82-
YUV175.94152.86117.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=28.96%
G=31.47%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611752200.270.2000.14225.7645.7474.71
HexA1AFDC1B140Ee22e4b
Octal241257334332401634256113
Binary101000011010111111011100110111010001110111000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFDC; }

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

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

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

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

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

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

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

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