#A4B5DC

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

Shades of Echo Blue #A4B5DC

Tints of Echo Blue #A4B5DC

Color information

#A4B5DC (or 0xA4B5DC) is unknown color: approx Echo Blue. HEX triplet: A4, B5 and DC. RGB value is (164,181,220). Sum of RGB (Red+Green+Blue) = 164+181+220=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5DC is #5B4A23. Grayscale: #B4B4B4. Windows color (decimal): -5982756 or 14464420. OLE color: 14464420.

HSL color Cylindrical-coordinate representation of color #A4B5DC: hue angle of 221.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B5DC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164181220-
CMYK0.250.1800.14
HSL221.79º44.44%75.29%-
HSV(B)221.79º25.45%86.27%-
XYZ44.7546.1174.25-
YUV180.36150.37116.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=29.03%
G=32.04%
B=38.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641812200.250.1800.14221.7944.4475.29
HexA4B5DC19120Ede2c4b
Octal244265334312201633654113
Binary101001001011010111011100110011001001110110111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5DC; }

 p { color: rgb(164,181,220); }

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

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

 a { background-color: rgb(164,181,220); }

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

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

 span { border-color: rgb(164,181,220); }

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