#A4ABC1

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

Shades of Echo Blue #A4ABC1

Tints of Echo Blue #A4ABC1

Color information

#A4ABC1 (or 0xA4ABC1) is unknown color: approx Echo Blue. HEX triplet: A4, AB and C1. RGB value is (164,171,193). Sum of RGB (Red+Green+Blue) = 164+171+193=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABC1 is #5B543E. Grayscale: #ABABAB. Windows color (decimal): -5985343 or 12692388. OLE color: 12692388.

HSL color Cylindrical-coordinate representation of color #A4ABC1: hue angle of 225.52º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4ABC1 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164171193-
CMYK0.150.1100.24
HSL225.52º18.95%70%-
HSV(B)225.52º15.03%75.69%-
XYZ39.540.8756.26-
YUV171.42140.18122.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=31.06%
G=32.39%
B=36.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641711930.150.1100.24225.5218.9570
HexA4ABC1FB018e21346
Octal244253301171303034223106
Binary1010010010101011110000011111101101100011100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABC1; }

 p { color: rgb(164,171,193); }

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

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

 a { background-color: rgb(164,171,193); }

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

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

 span { border-color: rgb(164,171,193); }

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