#A5A9CF

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

Shades of Echo Blue #A5A9CF

Tints of Echo Blue #A5A9CF

Color information

#A5A9CF (or 0xA5A9CF) is unknown color: approx Echo Blue. HEX triplet: A5, A9 and CF. RGB value is (165,169,207). Sum of RGB (Red+Green+Blue) = 165+169+207=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9CF is #5A5630. Grayscale: #ABABAB. Windows color (decimal): -5920305 or 13609381. OLE color: 13609381.

HSL color Cylindrical-coordinate representation of color #A5A9CF: hue angle of 234.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5A9CF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165169207-
CMYK0.200.1800.19
HSL234.29º30.43%72.94%-
HSV(B)234.29º20.29%81.18%-
XYZ40.9740.8864.76-
YUV172.14147.67122.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=30.50%
G=31.24%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651692070.200.1800.19234.2930.4372.94
HexA5A9CF1412013ea1e49
Octal245251317242202335236111
Binary101001011010100111001111101001001001001111101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9CF; }

 p { color: rgb(165,169,207); }

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

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

 a { background-color: rgb(165,169,207); }

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

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

 span { border-color: rgb(165,169,207); }

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