#A5AAC8

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

Shades of Echo Blue #A5AAC8

Tints of Echo Blue #A5AAC8

Color information

#A5AAC8 (or 0xA5AAC8) is unknown color: approx Echo Blue. HEX triplet: A5, AA and C8. RGB value is (165,170,200). Sum of RGB (Red+Green+Blue) = 165+170+200=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #A5AAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAC8 is #5A5537. Grayscale: #ABABAB. Windows color (decimal): -5920056 or 13150885. OLE color: 13150885.

HSL color Cylindrical-coordinate representation of color #A5AAC8: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5AAC8 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165170200-
CMYK0.180.1500.22
HSL231.43º24.14%71.57%-
HSV(B)231.43º17.5%78.43%-
XYZ40.3240.9260.42-
YUV171.92143.84123.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=30.84%
G=31.78%
B=37.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651702000.180.1500.22231.4324.1471.57
HexA5AAC812F016e71848
Octal245252310221702634730110
Binary10100101101010101100100010010111101011011100111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAC8; }

 p { color: rgb(165,170,200); }

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

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

 a { background-color: rgb(165,170,200); }

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

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

 span { border-color: rgb(165,170,200); }

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