#A4AAD3

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

Shades of Echo Blue #A4AAD3

Tints of Echo Blue #A4AAD3

Color information

#A4AAD3 (or 0xA4AAD3) is unknown color: approx Echo Blue. HEX triplet: A4, AA and D3. RGB value is (164,170,211). Sum of RGB (Red+Green+Blue) = 164+170+211=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AAD3 is #5B552C. Grayscale: #ACACAC. Windows color (decimal): -5985581 or 13871780. OLE color: 13871780.

HSL color Cylindrical-coordinate representation of color #A4AAD3: hue angle of 232.34º 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 #A4AAD3 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164170211-
CMYK0.220.1900.17
HSL232.34º34.81%73.53%-
HSV(B)232.34º22.27%82.75%-
XYZ41.4441.3567.42-
YUV172.88149.51121.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 211 (82.81% from 255) = 38.72%
R=30.09%
G=31.19%
B=38.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641702110.220.1900.17232.3434.8173.53
HexA4AAD31613011e8234a
Octal244252323262302135043112
Binary1010010010101010110100111011010011010001111010001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAD3; }

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

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

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

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

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

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

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

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