#A4A9CF

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

Shades of Echo Blue #A4A9CF

Tints of Echo Blue #A4A9CF

Color information

#A4A9CF (or 0xA4A9CF) is unknown color: approx Echo Blue. HEX triplet: A4, A9 and CF. RGB value is (164,169,207). Sum of RGB (Red+Green+Blue) = 164+169+207=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A9CF is #5B5630. Grayscale: #ABABAB. Windows color (decimal): -5985841 or 13609380. OLE color: 13609380.

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

Color convert

RGB164169207-
CMYK0.210.1800.19
HSL233.02º30.94%72.75%-
HSV(B)233.02º20.77%81.18%-
XYZ40.7640.7764.75-
YUV171.84147.84122.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=30.37%
G=31.30%
B=38.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641692070.210.1800.19233.0230.9472.75
HexA4A9CF1512013e91f49
Octal244251317252202335137111
Binary101001001010100111001111101011001001001111101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A9CF; }

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

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

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

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

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

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

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

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