#A5ABC2

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

Shades of Echo Blue #A5ABC2

Tints of Echo Blue #A5ABC2

Color information

#A5ABC2 (or 0xA5ABC2) is unknown color: approx Echo Blue. HEX triplet: A5, AB and C2. RGB value is (165,171,194). Sum of RGB (Red+Green+Blue) = 165+171+194=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 194 - color contains mainly: blue. Hex color #A5ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABC2 is #5A543D. Grayscale: #ABABAB. Windows color (decimal): -5919806 or 12757925. OLE color: 12757925.

HSL color Cylindrical-coordinate representation of color #A5ABC2: hue angle of 227.59º 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 #A5ABC2 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165171194-
CMYK0.150.1200.24
HSL227.59º19.21%70.39%-
HSV(B)227.59º14.95%76.08%-
XYZ39.8241.0256.86-
YUV171.83140.51123.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 194 (76.17% from 255) = 36.60%
R=31.13%
G=32.26%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651711940.150.1200.24227.5919.2170.39
HexA5ABC2FC018e41346
Octal245253302171403034423106
Binary1010010110101011110000101111110001100011100100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABC2; }

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

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

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

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

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

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

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

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