#A5ABC4

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

Shades of Echo Blue #A5ABC4

Tints of Echo Blue #A5ABC4

Color information

#A5ABC4 (or 0xA5ABC4) is unknown color: approx Echo Blue. HEX triplet: A5, AB and C4. RGB value is (165,171,196). Sum of RGB (Red+Green+Blue) = 165+171+196=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABC4 is #5A543B. Grayscale: #ABABAB. Windows color (decimal): -5919804 or 12888997. OLE color: 12888997.

HSL color Cylindrical-coordinate representation of color #A5ABC4: hue angle of 228.39º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5ABC4 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165171196-
CMYK0.160.1300.23
HSL228.39º20.81%70.78%-
HSV(B)228.39º15.82%76.86%-
XYZ40.0441.1158.05-
YUV172.06141.51122.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.02%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=31.02%
G=32.14%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651711960.160.1300.23228.3920.8170.78
HexA5ABC410D017e41547
Octal245253304201502734425107
Binary10100101101010111100010010000110101011111100100101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABC4; }

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

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

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

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

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

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

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

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