#A4ADD7

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

Shades of Echo Blue #A4ADD7

Tints of Echo Blue #A4ADD7

Color information

#A4ADD7 (or 0xA4ADD7) is unknown color: approx Echo Blue. HEX triplet: A4, AD and D7. RGB value is (164,173,215). Sum of RGB (Red+Green+Blue) = 164+173+215=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #A4ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADD7 is #5B5228. Grayscale: #AEAEAE. Windows color (decimal): -5984809 or 14134692. OLE color: 14134692.

HSL color Cylindrical-coordinate representation of color #A4ADD7: hue angle of 229.41º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4ADD7 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164173215-
CMYK0.240.2000.16
HSL229.41º38.93%74.31%-
HSV(B)229.41º23.72%84.31%-
XYZ42.5242.6970.29-
YUV175.1150.52120.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.71%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=29.71%
G=31.34%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641732150.240.2000.16229.4138.9374.31
HexA4ADD71814010e5274a
Octal244255327302402034547112
Binary1010010010101101110101111100010100010000111001011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADD7; }

 p { color: rgb(164,173,215); }

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

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

 a { background-color: rgb(164,173,215); }

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

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

 span { border-color: rgb(164,173,215); }

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