#A1AFCD

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

Shades of Echo Blue #A1AFCD

Tints of Echo Blue #A1AFCD

Color information

#A1AFCD (or 0xA1AFCD) is unknown color: approx Echo Blue. HEX triplet: A1, AF and CD. RGB value is (161,175,205). Sum of RGB (Red+Green+Blue) = 161+175+205=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFCD is #5E5032. Grayscale: #AEAEAE. Windows color (decimal): -6180915 or 13479841. OLE color: 13479841.

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

Color convert

RGB161175205-
CMYK0.210.1500.20
HSL220.91º30.56%71.76%-
HSV(B)220.91º21.46%80.39%-
XYZ41.0542.6463.83-
YUV174.23145.36118.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=29.76%
G=32.35%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611752050.210.1500.20220.9130.5671.76
HexA1AFCD15F014dd1f48
Octal241257315251702433537110
Binary10100001101011111100110110101111101010011011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFCD; }

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

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

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

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

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

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

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

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