#A1A7CA

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

Shades of Echo Blue #A1A7CA

Tints of Echo Blue #A1A7CA

Color information

#A1A7CA (or 0xA1A7CA) is unknown color: approx Echo Blue. HEX triplet: A1, A7 and CA. RGB value is (161,167,202). Sum of RGB (Red+Green+Blue) = 161+167+202=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A7CA is #5E5835. Grayscale: #A9A9A9. Windows color (decimal): -6182966 or 13281185. OLE color: 13281185.

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

Color convert

RGB161167202-
CMYK0.200.1700.21
HSL231.22º27.89%71.18%-
HSV(B)231.22º20.3%79.22%-
XYZ39.1839.4861.43-
YUV169.2146.51122.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=30.38%
G=31.51%
B=38.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611672020.200.1700.21231.2227.8971.18
HexA1A7CA1411015e71c47
Octal241247312242102534734107
Binary101000011010011111001010101001000101010111100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A7CA; }

 p { color: rgb(161,167,202); }

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

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

 a { background-color: rgb(161,167,202); }

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

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

 span { border-color: rgb(161,167,202); }

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