#A1A8DF

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

Shades of Echo Blue #A1A8DF

Tints of Echo Blue #A1A8DF

Color information

#A1A8DF (or 0xA1A8DF) is unknown color: approx Echo Blue. HEX triplet: A1, A8 and DF. RGB value is (161,168,223). Sum of RGB (Red+Green+Blue) = 161+168+223=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8DF is #5E5720. Grayscale: #ABABAB. Windows color (decimal): -6182689 or 14657697. OLE color: 14657697.

HSL color Cylindrical-coordinate representation of color #A1A8DF: hue angle of 233.23º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A8DF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161168223-
CMYK0.280.2500.13
HSL233.23º49.21%75.29%-
HSV(B)233.23º27.8%87.45%-
XYZ42.0240.9175.49-
YUV172.18156.68120.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=29.17%
G=30.43%
B=40.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611682230.280.2500.13233.2349.2175.29
HexA1A8DF1C190De9314b
Octal241250337343101535161113
Binary101000011010100011011111111001100101101111010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8DF; }

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

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

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

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

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

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

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

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