#A4AEDA

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

Shades of Echo Blue #A4AEDA

Tints of Echo Blue #A4AEDA

Color information

#A4AEDA (or 0xA4AEDA) is unknown color: approx Echo Blue. HEX triplet: A4, AE and DA. RGB value is (164,174,218). Sum of RGB (Red+Green+Blue) = 164+174+218=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #A4AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEDA is #5B5125. Grayscale: #AFAFAF. Windows color (decimal): -5984550 or 14331556. OLE color: 14331556.

HSL color Cylindrical-coordinate representation of color #A4AEDA: hue angle of 228.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4AEDA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164174218-
CMYK0.250.2000.15
HSL228.89º42.19%74.9%-
HSV(B)228.89º24.77%85.49%-
XYZ43.143.2372.4-
YUV176.03151.69119.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=29.50%
G=31.29%
B=39.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641742180.250.2000.15228.8942.1974.9
HexA4AEDA19140Fe52a4b
Octal244256332312401734552113
Binary101001001010111011011010110011010001111111001011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEDA; }

 p { color: rgb(164,174,218); }

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

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

 a { background-color: rgb(164,174,218); }

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

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

 span { border-color: rgb(164,174,218); }

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