#A5ABD6

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

Shades of Echo Blue #A5ABD6

Tints of Echo Blue #A5ABD6

Color information

#A5ABD6 (or 0xA5ABD6) is unknown color: approx Echo Blue. HEX triplet: A5, AB and D6. RGB value is (165,171,214). Sum of RGB (Red+Green+Blue) = 165+171+214=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #A5ABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABD6 is #5A5429. Grayscale: #ADADAD. Windows color (decimal): -5919786 or 14068645. OLE color: 14068645.

HSL color Cylindrical-coordinate representation of color #A5ABD6: hue angle of 232.65º 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 #A5ABD6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165171214-
CMYK0.230.2000.16
HSL232.65º37.4%74.31%-
HSV(B)232.65º22.9%83.92%-
XYZ42.2241.9869.5-
YUV174.11150.51121.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=30%
G=31.09%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651712140.230.2000.16232.6537.474.31
HexA5ABD61714010e9254a
Octal245253326272402035145112
Binary1010010110101011110101101011110100010000111010011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABD6; }

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

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

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

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

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

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

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

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