#A5AACD

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

Shades of Echo Blue #A5AACD

Tints of Echo Blue #A5AACD

Color information

#A5AACD (or 0xA5AACD) is unknown color: approx Echo Blue. HEX triplet: A5, AA and CD. RGB value is (165,170,205). Sum of RGB (Red+Green+Blue) = 165+170+205=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AACD is #5A5532. Grayscale: #ACACAC. Windows color (decimal): -5920051 or 13478565. OLE color: 13478565.

HSL color Cylindrical-coordinate representation of color #A5AACD: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5AACD is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165170205-
CMYK0.200.1700.20
HSL232.5º28.57%72.55%-
HSV(B)232.5º19.51%80.39%-
XYZ40.9141.1663.55-
YUV172.5146.34122.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=30.56%
G=31.48%
B=37.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651702050.200.1700.20232.528.5772.55
HexA5AACD1411014e81d49
Octal245252315242102435035111
Binary101001011010101011001101101001000101010011101000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AACD; }

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

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

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

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

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

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

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

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