#A5AED6

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

Shades of Echo Blue #A5AED6

Tints of Echo Blue #A5AED6

Color information

#A5AED6 (or 0xA5AED6) is unknown color: approx Echo Blue. HEX triplet: A5, AE and D6. RGB value is (165,174,214). Sum of RGB (Red+Green+Blue) = 165+174+214=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AED6 is #5A5129. Grayscale: #AFAFAF. Windows color (decimal): -5919018 or 14069413. OLE color: 14069413.

HSL color Cylindrical-coordinate representation of color #A5AED6: hue angle of 228.98º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5AED6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165174214-
CMYK0.230.1900.16
HSL228.98º37.4%74.31%-
HSV(B)228.98º22.9%83.92%-
XYZ42.7943.1369.69-
YUV175.87149.52120.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=29.84%
G=31.46%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651742140.230.1900.16228.9837.474.31
HexA5AED61713010e5254a
Octal245256326272302034545112
Binary1010010110101110110101101011110011010000111001011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AED6; }

 p { color: rgb(165,174,214); }

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

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

 a { background-color: rgb(165,174,214); }

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

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

 span { border-color: rgb(165,174,214); }

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