#A4AFDC

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

Shades of Echo Blue #A4AFDC

Tints of Echo Blue #A4AFDC

Color information

#A4AFDC (or 0xA4AFDC) is unknown color: approx Echo Blue. HEX triplet: A4, AF and DC. RGB value is (164,175,220). Sum of RGB (Red+Green+Blue) = 164+175+220=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFDC is #5B5023. Grayscale: #B0B0B0. Windows color (decimal): -5984292 or 14462884. OLE color: 14462884.

HSL color Cylindrical-coordinate representation of color #A4AFDC: hue angle of 228.21º 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 #A4AFDC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164175220-
CMYK0.250.2000.14
HSL228.21º44.44%75.29%-
HSV(B)228.21º25.45%86.27%-
XYZ43.5643.7273.85-
YUV176.84152.36118.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=29.34%
G=31.31%
B=39.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641752200.250.2000.14228.2144.4475.29
HexA4AFDC19140Ee42c4b
Octal244257334312401634454113
Binary101001001010111111011100110011010001110111001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFDC; }

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

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

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

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

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

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

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

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