#A4AED3

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

Shades of Echo Blue #A4AED3

Tints of Echo Blue #A4AED3

Color information

#A4AED3 (or 0xA4AED3) is unknown color: approx Echo Blue. HEX triplet: A4, AE and D3. RGB value is (164,174,211). Sum of RGB (Red+Green+Blue) = 164+174+211=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4AED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AED3 is #5B512C. Grayscale: #AFAFAF. Windows color (decimal): -5984557 or 13872804. OLE color: 13872804.

HSL color Cylindrical-coordinate representation of color #A4AED3: hue angle of 227.23º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AED3 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164174211-
CMYK0.220.1800.17
HSL227.23º34.81%73.53%-
HSV(B)227.23º22.27%82.75%-
XYZ42.242.8767.68-
YUV175.23148.19119.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=29.87%
G=31.69%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641742110.220.1800.17227.2334.8173.53
HexA4AED31612011e3234a
Octal244256323262202134343112
Binary1010010010101110110100111011010010010001111000111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AED3; }

 p { color: rgb(164,174,211); }

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

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

 a { background-color: rgb(164,174,211); }

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

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

 span { border-color: rgb(164,174,211); }

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