#A0A9CA

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

Shades of Echo Blue #A0A9CA

Tints of Echo Blue #A0A9CA

Color information

#A0A9CA (or 0xA0A9CA) is unknown color: approx Echo Blue. HEX triplet: A0, A9 and CA. RGB value is (160,169,202). Sum of RGB (Red+Green+Blue) = 160+169+202=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9CA is #5F5635. Grayscale: #A9A9A9. Windows color (decimal): -6247990 or 13281696. OLE color: 13281696.

HSL color Cylindrical-coordinate representation of color #A0A9CA: hue angle of 227.14º 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 #A0A9CA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160169202-
CMYK0.210.1600.21
HSL227.14º28.38%70.98%-
HSV(B)227.14º20.79%79.22%-
XYZ39.3540.1161.55-
YUV170.07146.02120.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=30.13%
G=31.83%
B=38.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601692020.210.1600.21227.1428.3870.98
HexA0A9CA1510015e31c47
Octal240251312252002534334107
Binary101000001010100111001010101011000001010111100011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A9CA; }

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

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

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

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

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

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

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

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