#A3B0CF

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

Shades of Echo Blue #A3B0CF

Tints of Echo Blue #A3B0CF

Color information

#A3B0CF (or 0xA3B0CF) is unknown color: approx Echo Blue. HEX triplet: A3, B0 and CF. RGB value is (163,176,207). Sum of RGB (Red+Green+Blue) = 163+176+207=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0CF is #5C4F30. Grayscale: #AFAFAF. Windows color (decimal): -6049585 or 13611171. OLE color: 13611171.

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

Color convert

RGB163176207-
CMYK0.210.1500.19
HSL222.27º31.43%72.55%-
HSV(B)222.27º21.26%81.18%-
XYZ41.8943.3465.19-
YUV175.65145.69118.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=29.85%
G=32.23%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631762070.210.1500.19222.2731.4372.55
HexA3B0CF15F013de1f49
Octal243260317251702333637111
Binary10100011101100001100111110101111101001111011110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0CF; }

 p { color: rgb(163,176,207); }

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

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

 a { background-color: rgb(163,176,207); }

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

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

 span { border-color: rgb(163,176,207); }

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