#A5AAD0

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

Shades of Echo Blue #A5AAD0

Tints of Echo Blue #A5AAD0

Color information

#A5AAD0 (or 0xA5AAD0) is unknown color: approx Echo Blue. HEX triplet: A5, AA and D0. RGB value is (165,170,208). Sum of RGB (Red+Green+Blue) = 165+170+208=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5AAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAD0 is #5A552F. Grayscale: #ACACAC. Windows color (decimal): -5920048 or 13675173. OLE color: 13675173.

HSL color Cylindrical-coordinate representation of color #A5AAD0: hue angle of 233.02º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5AAD0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165170208-
CMYK0.210.1800.18
HSL233.02º31.39%73.14%-
HSV(B)233.02º20.67%81.57%-
XYZ41.2841.365.47-
YUV172.84147.84122.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=30.39%
G=31.31%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651702080.210.1800.18233.0231.3973.14
HexA5AAD01512012e91f49
Octal245252320252202235137111
Binary101001011010101011010000101011001001001011101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAD0; }

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

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

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

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

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

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

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

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