#A5AED0

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

Shades of Echo Blue #A5AED0

Tints of Echo Blue #A5AED0

Color information

#A5AED0 (or 0xA5AED0) is unknown color: approx Echo Blue. HEX triplet: A5, AE and D0. RGB value is (165,174,208). Sum of RGB (Red+Green+Blue) = 165+174+208=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5AED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AED0 is #5A512F. Grayscale: #AFAFAF. Windows color (decimal): -5919024 or 13676197. OLE color: 13676197.

HSL color Cylindrical-coordinate representation of color #A5AED0: hue angle of 227.44º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5AED0 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165174208-
CMYK0.210.1600.18
HSL227.44º31.39%73.14%-
HSV(B)227.44º20.67%81.57%-
XYZ42.0442.8365.73-
YUV175.18146.52120.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=30.16%
G=31.81%
B=38.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651742080.210.1600.18227.4431.3973.14
HexA5AED01510012e31f49
Octal245256320252002234337111
Binary101001011010111011010000101011000001001011100011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AED0; }

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

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

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

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

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

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

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

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