#A4ABCD

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

Shades of Echo Blue #A4ABCD

Tints of Echo Blue #A4ABCD

Color information

#A4ABCD (or 0xA4ABCD) is unknown color: approx Echo Blue. HEX triplet: A4, AB and CD. RGB value is (164,171,205). Sum of RGB (Red+Green+Blue) = 164+171+205=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABCD is #5B5432. Grayscale: #ACACAC. Windows color (decimal): -5985331 or 13478820. OLE color: 13478820.

HSL color Cylindrical-coordinate representation of color #A4ABCD: hue angle of 229.76º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4ABCD is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164171205-
CMYK0.20.1700.20
HSL229.76º29.08%72.35%-
HSV(B)229.76º20%80.39%-
XYZ40.8941.4363.6-
YUV172.78146.18121.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=30.37%
G=31.67%
B=37.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641712050.20.1700.20229.7629.0872.35
HexA4ABCD1411014e61d48
Octal244253315242102434635110
Binary101001001010101111001101101001000101010011100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABCD; }

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

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

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

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

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

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

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

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