#A0ADCA

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

Shades of Echo Blue #A0ADCA

Tints of Echo Blue #A0ADCA

Color information

#A0ADCA (or 0xA0ADCA) is unknown color: approx Echo Blue. HEX triplet: A0, AD and CA. RGB value is (160,173,202). Sum of RGB (Red+Green+Blue) = 160+173+202=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADCA is #5F5235. Grayscale: #ACACAC. Windows color (decimal): -6246966 or 13282720. OLE color: 13282720.

HSL color Cylindrical-coordinate representation of color #A0ADCA: hue angle of 221.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0ADCA is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160173202-
CMYK0.210.1400.21
HSL221.43º28.38%70.98%-
HSV(B)221.43º20.79%79.22%-
XYZ40.141.6261.8-
YUV172.42144.69119.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=29.91%
G=32.34%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601732020.210.1400.21221.4328.3870.98
HexA0ADCA15E015dd1c47
Octal240255312251602533534107
Binary10100000101011011100101010101111001010111011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADCA; }

 p { color: rgb(160,173,202); }

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

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

 a { background-color: rgb(160,173,202); }

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

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

 span { border-color: rgb(160,173,202); }

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